HSL(198, 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(198,60%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(198, 60%, 5%) | color: hsl(198, 60%, 5%) | |
| HEX | #051014 | color: #051014 | |
| RGB | rgb(5, 16, 20) | color: rgb(5, 16, 20) | |
| CMYK | cmyk(75%, 20%, 0%, 92%) | — | |
| HSV | hsv(196, 75%, 8%) | — | |
| HWB | hwb(196 2% 92%) | color: hwb(196 2% 92%) | |
| OKLCH | oklch(0.164 0.0192 221.67) | color: oklch(0.164 0.0192 221.67) | |
| Lab | lab(4.09 -2.33 -3.37) | color: lab(4.09 -2.33 -3.37) | |
| LCH | lch(4.09 4.1 235.34) | color: lch(4.09 4.1 235.34) |
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)
#0A0A13 — rgb(10, 10, 19)
Deuteranopia (Green-blind)
#090813 — rgb(9, 8, 19)
Tritanopia (Blue-blind)
#061212 — rgb(6, 18, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(198, 60%, 5%);
text
color: hsl(198, 60%, 5%);
border
border: 2px solid hsl(198, 60%, 5%);
gradient light
background: linear-gradient(to right, hsl(198, 60%, 25%), hsl(198, 60%, 5%));
gradient dark
background: linear-gradient(to right, hsl(198, 60%, 5%), hsl(198, 60%, 0%))
hex
background-color: #051014;
tailwind
bg-[hsl(198,60%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(198, 60%, 5%, 0.4);
css variable
--color-primary: hsl(198, 60%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(198, 60%, 5%)?
HEX: #051014 | RGB: rgb(5, 16, 20) | CMYK: 75%, 20%, 0%, 92% | HSV: 196°, 75%, 8%. Copy any format from the conversion table above.
What colors go well with #051014?
The complementary color is HSL(18, 60%, 5%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(198, 60%, 5%) in CSS?
As HSL: color: hsl(198, 60%, 5%); — As HEX: color: #051014; — As RGB: color: rgb(5, 16, 20); — Tailwind CSS: bg-[hsl(198,60%,5%)] — CSS variable: --color-primary: hsl(198, 60%, 5%);