HSL(208, 60%, 5%)
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(208,60%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(208, 60%, 5%) | color: hsl(208, 60%, 5%) | |
| HEX | #050D14 | color: #050D14 | |
| RGB | rgb(5, 13, 20) | color: rgb(5, 13, 20) | |
| CMYK | cmyk(75%, 35%, 0%, 92%) | — | |
| HSV | hsv(208, 75%, 8%) | — | |
| HWB | hwb(208 2% 92%) | color: hwb(208 2% 92%) | |
| OKLCH | oklch(0.1541 0.0204 243.01) | color: oklch(0.1541 0.0204 243.01) | |
| Lab | lab(3.35 -0.8 -4.47) | color: lab(3.35 -0.8 -4.47) | |
| LCH | lch(3.35 4.54 259.85) | color: lch(3.35 4.54 259.85) |
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)
#080912 — rgb(8, 9, 18)
Deuteranopia (Green-blind)
#080712 — rgb(8, 7, 18)
Tritanopia (Blue-blind)
#051111 — rgb(5, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(208, 60%, 5%);
text
color: hsl(208, 60%, 5%);
border
border: 2px solid hsl(208, 60%, 5%);
gradient light
background: linear-gradient(to right, hsl(208, 60%, 25%), hsl(208, 60%, 5%));
gradient dark
background: linear-gradient(to right, hsl(208, 60%, 5%), hsl(208, 60%, 0%))
hex
background-color: #050D14;
tailwind
bg-[hsl(208,60%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(208, 60%, 5%, 0.4);
css variable
--color-primary: hsl(208, 60%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(208, 60%, 5%)?
HEX: #050D14 | RGB: rgb(5, 13, 20) | CMYK: 75%, 35%, 0%, 92% | HSV: 208°, 75%, 8%. Copy any format from the conversion table above.
What colors go well with #050D14?
The complementary color is HSL(28, 60%, 5%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(208, 60%, 5%) in CSS?
As HSL: color: hsl(208, 60%, 5%); — As HEX: color: #050D14; — As RGB: color: rgb(5, 13, 20); — Tailwind CSS: bg-[hsl(208,60%,5%)] — CSS variable: --color-primary: hsl(208, 60%, 5%);