HSL(274, 89%, 5%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,89%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 89%, 5%) | color: hsl(274, 89%, 5%) | |
| HEX | #0E0118 | color: #0E0118 | |
| RGB | rgb(14, 1, 24) | color: rgb(14, 1, 24) | |
| CMYK | cmyk(42%, 96%, 0%, 91%) | — | |
| HSV | hsv(274, 96%, 9%) | — | |
| HWB | hwb(274 0% 91%) | color: hwb(274 0% 91%) | |
| OKLCH | oklch(0.1295 0.0583 309.88) | color: oklch(0.1295 0.0583 309.88) | |
| Lab | lab(1.64 7.57 -9.77) | color: lab(1.64 7.57 -9.77) | |
| LCH | lch(1.64 12.36 307.77) | color: lch(1.64 12.36 307.77) |
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)
#080812 — rgb(8, 8, 18)
Deuteranopia (Green-blind)
#090A11 — rgb(9, 10, 17)
Tritanopia (Blue-blind)
#0D0E0D — rgb(13, 14, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 89%, 5%);
text
color: hsl(274, 89%, 5%);
border
border: 2px solid hsl(274, 89%, 5%);
gradient light
background: linear-gradient(to right, hsl(274, 89%, 25%), hsl(274, 89%, 5%));
gradient dark
background: linear-gradient(to right, hsl(274, 89%, 5%), hsl(274, 89%, 0%))
hex
background-color: #0E0118;
tailwind
bg-[hsl(274,89%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 89%, 5%, 0.4);
css variable
--color-primary: hsl(274, 89%, 5%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 89%, 5%)?
HEX: #0E0118 | RGB: rgb(14, 1, 24) | CMYK: 42%, 96%, 0%, 91% | HSV: 274°, 96%, 9%. Copy any format from the conversion table above.
What colors go well with #0E0118?
The complementary color is HSL(94, 89%, 5%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 89%, 5%) in CSS?
As HSL: color: hsl(274, 89%, 5%); — As HEX: color: #0E0118; — As RGB: color: rgb(14, 1, 24); — Tailwind CSS: bg-[hsl(274,89%,5%)] — CSS variable: --color-primary: hsl(274, 89%, 5%);