HSL(256, 88%, 9%)
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(256,88%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 88%, 9%) | color: hsl(256, 88%, 9%) | |
| HEX | #0E032B | color: #0E032B | |
| RGB | rgb(14, 3, 43) | color: rgb(14, 3, 43) | |
| CMYK | cmyk(67%, 93%, 0%, 83%) | — | |
| HSV | hsv(257, 93%, 17%) | — | |
| HWB | hwb(257 1% 83%) | color: hwb(257 1% 83%) | |
| OKLCH | oklch(0.1585 0.0775 288.51) | color: oklch(0.1585 0.0775 288.51) | |
| Lab | lab(3.01 13.65 -22.64) | color: lab(3.01 13.65 -22.64) | |
| LCH | lch(3.01 26.44 301.09) | color: lch(3.01 26.44 301.09) |
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)
#090921 — rgb(9, 9, 33)
Deuteranopia (Green-blind)
#0A0B1F — rgb(10, 11, 31)
Tritanopia (Blue-blind)
#0D1A18 — rgb(13, 26, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 88%, 9%);
text
color: hsl(256, 88%, 9%);
border
border: 2px solid hsl(256, 88%, 9%);
gradient light
background: linear-gradient(to right, hsl(256, 88%, 29%), hsl(256, 88%, 9%));
gradient dark
background: linear-gradient(to right, hsl(256, 88%, 9%), hsl(256, 88%, 0%))
hex
background-color: #0E032B;
tailwind
bg-[hsl(256,88%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 88%, 9%, 0.4);
css variable
--color-primary: hsl(256, 88%, 9%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 88%, 9%)?
HEX: #0E032B | RGB: rgb(14, 3, 43) | CMYK: 67%, 93%, 0%, 83% | HSV: 257°, 93%, 17%. Copy any format from the conversion table above.
What colors go well with #0E032B?
The complementary color is HSL(76, 88%, 9%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 88%, 9%) in CSS?
As HSL: color: hsl(256, 88%, 9%); — As HEX: color: #0E032B; — As RGB: color: rgb(14, 3, 43); — Tailwind CSS: bg-[hsl(256,88%,9%)] — CSS variable: --color-primary: hsl(256, 88%, 9%);