HSL(209, 29%, 8%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,29%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 29%, 8%) | color: hsl(209, 29%, 8%) | |
| HEX | #0E151A | color: #0E151A | |
| RGB | rgb(14, 21, 26) | color: rgb(14, 21, 26) | |
| CMYK | cmyk(46%, 19%, 0%, 90%) | — | |
| HSV | hsv(205, 46%, 10%) | — | |
| HWB | hwb(205 5% 90%) | color: hwb(205 5% 90%) | |
| OKLCH | oklch(0.191 0.0147 239.61) | color: oklch(0.191 0.0147 239.61) | |
| Lab | lab(6.36 -1.38 -4.41) | color: lab(6.36 -1.38 -4.41) | |
| LCH | lch(6.36 4.62 252.62) | color: lch(6.36 4.62 252.62) |
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)
#111119 — rgb(17, 17, 25)
Deuteranopia (Green-blind)
#111019 — rgb(17, 16, 25)
Tritanopia (Blue-blind)
#0E1818 — rgb(14, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 29%, 8%);
text
color: hsl(209, 29%, 8%);
border
border: 2px solid hsl(209, 29%, 8%);
gradient light
background: linear-gradient(to right, hsl(209, 29%, 28%), hsl(209, 29%, 8%));
gradient dark
background: linear-gradient(to right, hsl(209, 29%, 8%), hsl(209, 29%, 0%))
hex
background-color: #0E151A;
tailwind
bg-[hsl(209,29%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 29%, 8%, 0.4);
css variable
--color-primary: hsl(209, 29%, 8%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 29%, 8%)?
HEX: #0E151A | RGB: rgb(14, 21, 26) | CMYK: 46%, 19%, 0%, 90% | HSV: 205°, 46%, 10%. Copy any format from the conversion table above.
What colors go well with #0E151A?
The complementary color is HSL(29, 29%, 8%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 29%, 8%) in CSS?
As HSL: color: hsl(209, 29%, 8%); — As HEX: color: #0E151A; — As RGB: color: rgb(14, 21, 26); — Tailwind CSS: bg-[hsl(209,29%,8%)] — CSS variable: --color-primary: hsl(209, 29%, 8%);