HSL(266, 100%, 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(266,100%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 100%, 9%) | color: hsl(266, 100%, 9%) | |
| HEX | #14002E | color: #14002E | |
| RGB | rgb(20, 0, 46) | color: rgb(20, 0, 46) | |
| CMYK | cmyk(57%, 100%, 0%, 82%) | — | |
| HSV | hsv(266, 100%, 18%) | — | |
| HWB | hwb(266 0% 82%) | color: hwb(266 0% 82%) | |
| OKLCH | oklch(0.1633 0.0885 297.33) | color: oklch(0.1633 0.0885 297.33) | |
| Lab | lab(3.13 18.54 -24.69) | color: lab(3.13 18.54 -24.69) | |
| LCH | lch(3.13 30.88 306.9) | color: lch(3.13 30.88 306.9) |
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)
#0B0B23 — rgb(11, 11, 35)
Deuteranopia (Green-blind)
#0D0E20 — rgb(13, 14, 32)
Tritanopia (Blue-blind)
#131A18 — rgb(19, 26, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 100%, 9%);
text
color: hsl(266, 100%, 9%);
border
border: 2px solid hsl(266, 100%, 9%);
gradient light
background: linear-gradient(to right, hsl(266, 100%, 29%), hsl(266, 100%, 9%));
gradient dark
background: linear-gradient(to right, hsl(266, 100%, 9%), hsl(266, 100%, 0%))
hex
background-color: #14002E;
tailwind
bg-[hsl(266,100%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 100%, 9%, 0.4);
css variable
--color-primary: hsl(266, 100%, 9%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 100%, 9%)?
HEX: #14002E | RGB: rgb(20, 0, 46) | CMYK: 57%, 100%, 0%, 82% | HSV: 266°, 100%, 18%. Copy any format from the conversion table above.
What colors go well with #14002E?
The complementary color is HSL(86, 100%, 9%). 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, 100%, 9%) in CSS?
As HSL: color: hsl(266, 100%, 9%); — As HEX: color: #14002E; — As RGB: color: rgb(20, 0, 46); — Tailwind CSS: bg-[hsl(266,100%,9%)] — CSS variable: --color-primary: hsl(266, 100%, 9%);