HSL(211, 44%, 4%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,44%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 44%, 4%) | color: hsl(211, 44%, 4%) | |
| HEX | #060A0F | color: #060A0F | |
| RGB | rgb(6, 10, 15) | color: rgb(6, 10, 15) | |
| CMYK | cmyk(60%, 33%, 0%, 94%) | — | |
| HSV | hsv(213, 60%, 6%) | — | |
| HWB | hwb(213 2% 94%) | color: hwb(213 2% 94%) | |
| OKLCH | oklch(0.1424 0.0134 250.83) | color: oklch(0.1424 0.0134 250.83) | |
| Lab | lab(2.62 -0.25 -2.54) | color: lab(2.62 -0.25 -2.54) | |
| LCH | lch(2.62 2.55 264.38) | color: lch(2.62 2.55 264.38) |
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)
#08080E — rgb(8, 8, 14)
Deuteranopia (Green-blind)
#08070E — rgb(8, 7, 14)
Tritanopia (Blue-blind)
#060D0D — rgb(6, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 44%, 4%);
text
color: hsl(211, 44%, 4%);
border
border: 2px solid hsl(211, 44%, 4%);
gradient light
background: linear-gradient(to right, hsl(211, 44%, 24%), hsl(211, 44%, 4%));
gradient dark
background: linear-gradient(to right, hsl(211, 44%, 4%), hsl(211, 44%, 0%))
hex
background-color: #060A0F;
tailwind
bg-[hsl(211,44%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 44%, 4%, 0.4);
css variable
--color-primary: hsl(211, 44%, 4%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 44%, 4%)?
HEX: #060A0F | RGB: rgb(6, 10, 15) | CMYK: 60%, 33%, 0%, 94% | HSV: 213°, 60%, 6%. Copy any format from the conversion table above.
What colors go well with #060A0F?
The complementary color is HSL(31, 44%, 4%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 44%, 4%) in CSS?
As HSL: color: hsl(211, 44%, 4%); — As HEX: color: #060A0F; — As RGB: color: rgb(6, 10, 15); — Tailwind CSS: bg-[hsl(211,44%,4%)] — CSS variable: --color-primary: hsl(211, 44%, 4%);