HSL(259, 40%, 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(259,40%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 40%, 8%) | color: hsl(259, 40%, 8%) | |
| HEX | #110C1D | color: #110C1D | |
| RGB | rgb(17, 12, 29) | color: rgb(17, 12, 29) | |
| CMYK | cmyk(41%, 59%, 0%, 89%) | — | |
| HSV | hsv(258, 59%, 11%) | — | |
| HWB | hwb(258 5% 89%) | color: hwb(258 5% 89%) | |
| OKLCH | oklch(0.1707 0.0351 296.02) | color: oklch(0.1707 0.0351 296.02) | |
| Lab | lab(4.25 5.61 -9.86) | color: lab(4.25 5.61 -9.86) | |
| LCH | lch(4.25 11.34 299.64) | color: lch(4.25 11.34 299.64) |
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)
#0F0F19 — rgb(15, 15, 25)
Deuteranopia (Green-blind)
#0F1018 — rgb(15, 16, 24)
Tritanopia (Blue-blind)
#111615 — rgb(17, 22, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 40%, 8%);
text
color: hsl(259, 40%, 8%);
border
border: 2px solid hsl(259, 40%, 8%);
gradient light
background: linear-gradient(to right, hsl(259, 40%, 28%), hsl(259, 40%, 8%));
gradient dark
background: linear-gradient(to right, hsl(259, 40%, 8%), hsl(259, 40%, 0%))
hex
background-color: #110C1D;
tailwind
bg-[hsl(259,40%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 40%, 8%, 0.4);
css variable
--color-primary: hsl(259, 40%, 8%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 40%, 8%)?
HEX: #110C1D | RGB: rgb(17, 12, 29) | CMYK: 41%, 59%, 0%, 89% | HSV: 258°, 59%, 11%. Copy any format from the conversion table above.
What colors go well with #110C1D?
The complementary color is HSL(79, 40%, 8%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 40%, 8%) in CSS?
As HSL: color: hsl(259, 40%, 8%); — As HEX: color: #110C1D; — As RGB: color: rgb(17, 12, 29); — Tailwind CSS: bg-[hsl(259,40%,8%)] — CSS variable: --color-primary: hsl(259, 40%, 8%);