HSL(237, 83%, 10%)
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(237,83%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 83%, 10%) | color: hsl(237, 83%, 10%) | |
| HEX | #04062F | color: #04062F | |
| RGB | rgb(4, 6, 47) | color: rgb(4, 6, 47) | |
| CMYK | cmyk(91%, 87%, 0%, 82%) | — | |
| HSV | hsv(237, 91%, 18%) | — | |
| HWB | hwb(237 2% 82%) | color: hwb(237 2% 82%) | |
| OKLCH | oklch(0.1606 0.0806 270.11) | color: oklch(0.1606 0.0806 270.11) | |
| Lab | lab(3.26 11.67 -25.29) | color: lab(3.26 11.67 -25.29) | |
| LCH | lch(3.26 27.85 294.77) | color: lch(3.26 27.85 294.77) |
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)
#050525 — rgb(5, 5, 37)
Deuteranopia (Green-blind)
#050523 — rgb(5, 5, 35)
Tritanopia (Blue-blind)
#041D1C — rgb(4, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 83%, 10%);
text
color: hsl(237, 83%, 10%);
border
border: 2px solid hsl(237, 83%, 10%);
gradient light
background: linear-gradient(to right, hsl(237, 83%, 30%), hsl(237, 83%, 10%));
gradient dark
background: linear-gradient(to right, hsl(237, 83%, 10%), hsl(237, 83%, 0%))
hex
background-color: #04062F;
tailwind
bg-[hsl(237,83%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 83%, 10%, 0.4);
css variable
--color-primary: hsl(237, 83%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 83%, 10%)?
HEX: #04062F | RGB: rgb(4, 6, 47) | CMYK: 91%, 87%, 0%, 82% | HSV: 237°, 91%, 18%. Copy any format from the conversion table above.
What colors go well with #04062F?
The complementary color is HSL(57, 83%, 10%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 83%, 10%) in CSS?
As HSL: color: hsl(237, 83%, 10%); — As HEX: color: #04062F; — As RGB: color: rgb(4, 6, 47); — Tailwind CSS: bg-[hsl(237,83%,10%)] — CSS variable: --color-primary: hsl(237, 83%, 10%);