HSL(222, 55%, 5%)
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(222,55%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 55%, 5%) | color: hsl(222, 55%, 5%) | |
| HEX | #060A14 | color: #060A14 | |
| RGB | rgb(6, 10, 20) | color: rgb(6, 10, 20) | |
| CMYK | cmyk(70%, 50%, 0%, 92%) | — | |
| HSV | hsv(223, 70%, 8%) | — | |
| HWB | hwb(223 2% 92%) | color: hwb(223 2% 92%) | |
| OKLCH | oklch(0.1457 0.0232 264.79) | color: oklch(0.1457 0.0232 264.79) | |
| Lab | lab(2.77 0.77 -5.31) | color: lab(2.77 0.77 -5.31) | |
| LCH | lch(2.77 5.37 278.25) | color: lch(2.77 5.37 278.25) |
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)
#080711 — rgb(8, 7, 17)
Tritanopia (Blue-blind)
#06100F — rgb(6, 16, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 55%, 5%);
text
color: hsl(222, 55%, 5%);
border
border: 2px solid hsl(222, 55%, 5%);
gradient light
background: linear-gradient(to right, hsl(222, 55%, 25%), hsl(222, 55%, 5%));
gradient dark
background: linear-gradient(to right, hsl(222, 55%, 5%), hsl(222, 55%, 0%))
hex
background-color: #060A14;
tailwind
bg-[hsl(222,55%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 55%, 5%, 0.4);
css variable
--color-primary: hsl(222, 55%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 55%, 5%)?
HEX: #060A14 | RGB: rgb(6, 10, 20) | CMYK: 70%, 50%, 0%, 92% | HSV: 223°, 70%, 8%. Copy any format from the conversion table above.
What colors go well with #060A14?
The complementary color is HSL(42, 55%, 5%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 55%, 5%) in CSS?
As HSL: color: hsl(222, 55%, 5%); — As HEX: color: #060A14; — As RGB: color: rgb(6, 10, 20); — Tailwind CSS: bg-[hsl(222,55%,5%)] — CSS variable: --color-primary: hsl(222, 55%, 5%);