HSL(255, 60%, 8%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,60%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 60%, 8%) | color: hsl(255, 60%, 8%) | |
| HEX | #0E0821 | color: #0E0821 | |
| RGB | rgb(14, 8, 33) | color: rgb(14, 8, 33) | |
| CMYK | cmyk(58%, 76%, 0%, 87%) | — | |
| HSV | hsv(254, 76%, 13%) | — | |
| HWB | hwb(254 3% 87%) | color: hwb(254 3% 87%) | |
| OKLCH | oklch(0.1604 0.0507 290.8) | color: oklch(0.1604 0.0507 290.8) | |
| Lab | lab(3.4 7.55 -14.3) | color: lab(3.4 7.55 -14.3) | |
| LCH | lch(3.4 16.17 297.83) | color: lch(3.4 16.17 297.83) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#0B0B1B — rgb(11, 11, 27)
Deuteranopia (Green-blind)
#0C0C1A — rgb(12, 12, 26)
Tritanopia (Blue-blind)
#0E1615 — rgb(14, 22, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 60%, 8%);
text
color: hsl(255, 60%, 8%);
border
border: 2px solid hsl(255, 60%, 8%);
gradient light
background: linear-gradient(to right, hsl(255, 60%, 28%), hsl(255, 60%, 8%));
gradient dark
background: linear-gradient(to right, hsl(255, 60%, 8%), hsl(255, 60%, 0%))
hex
background-color: #0E0821;
tailwind
bg-[hsl(255,60%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 60%, 8%, 0.4);
css variable
--color-primary: hsl(255, 60%, 8%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 60%, 8%)?
HEX: #0E0821 | RGB: rgb(14, 8, 33) | CMYK: 58%, 76%, 0%, 87% | HSV: 254°, 76%, 13%. Copy any format from the conversion table above.
What colors go well with #0E0821?
The complementary color is HSL(75, 60%, 8%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 60%, 8%) in CSS?
As HSL: color: hsl(255, 60%, 8%); — As HEX: color: #0E0821; — As RGB: color: rgb(14, 8, 33); — Tailwind CSS: bg-[hsl(255,60%,8%)] — CSS variable: --color-primary: hsl(255, 60%, 8%);