HSL(266, 80%, 6%)
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(266,80%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 80%, 6%) | color: hsl(266, 80%, 6%) | |
| HEX | #0E031C | color: #0E031C | |
| RGB | rgb(14, 3, 28) | color: rgb(14, 3, 28) | |
| CMYK | cmyk(50%, 89%, 0%, 89%) | — | |
| HSV | hsv(266, 89%, 11%) | — | |
| HWB | hwb(266 1% 89%) | color: hwb(266 1% 89%) | |
| OKLCH | oklch(0.141 0.056 302.04) | color: oklch(0.141 0.056 302.04) | |
| Lab | lab(2.19 7.9 -12.17) | color: lab(2.19 7.9 -12.17) | |
| LCH | lch(2.19 14.51 302.99) | color: lch(2.19 14.51 302.99) |
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)
#090916 — rgb(9, 9, 22)
Deuteranopia (Green-blind)
#0A0B15 — rgb(10, 11, 21)
Tritanopia (Blue-blind)
#0D1110 — rgb(13, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 80%, 6%);
text
color: hsl(266, 80%, 6%);
border
border: 2px solid hsl(266, 80%, 6%);
gradient light
background: linear-gradient(to right, hsl(266, 80%, 26%), hsl(266, 80%, 6%));
gradient dark
background: linear-gradient(to right, hsl(266, 80%, 6%), hsl(266, 80%, 0%))
hex
background-color: #0E031C;
tailwind
bg-[hsl(266,80%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 80%, 6%, 0.4);
css variable
--color-primary: hsl(266, 80%, 6%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 80%, 6%)?
HEX: #0E031C | RGB: rgb(14, 3, 28) | CMYK: 50%, 89%, 0%, 89% | HSV: 266°, 89%, 11%. Copy any format from the conversion table above.
What colors go well with #0E031C?
The complementary color is HSL(86, 80%, 6%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 80%, 6%) in CSS?
As HSL: color: hsl(266, 80%, 6%); — As HEX: color: #0E031C; — As RGB: color: rgb(14, 3, 28); — Tailwind CSS: bg-[hsl(266,80%,6%)] — CSS variable: --color-primary: hsl(266, 80%, 6%);