HSL(207, 76%, 7%)
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(207,76%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 76%, 7%) | color: hsl(207, 76%, 7%) | |
| HEX | #04131F | color: #04131F | |
| RGB | rgb(4, 19, 31) | color: rgb(4, 19, 31) | |
| CMYK | cmyk(87%, 39%, 0%, 88%) | — | |
| HSV | hsv(207, 87%, 12%) | — | |
| HWB | hwb(207 2% 88%) | color: hwb(207 2% 88%) | |
| OKLCH | oklch(0.1798 0.0333 243.09) | color: oklch(0.1798 0.0333 243.09) | |
| Lab | lab(5.33 -1.27 -9.87) | color: lab(5.33 -1.27 -9.87) | |
| LCH | lch(5.33 9.95 262.67) | color: lch(5.33 9.95 262.67) |
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)
#0A0B1C — rgb(10, 11, 28)
Deuteranopia (Green-blind)
#0A091B — rgb(10, 9, 27)
Tritanopia (Blue-blind)
#051A19 — rgb(5, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 76%, 7%);
text
color: hsl(207, 76%, 7%);
border
border: 2px solid hsl(207, 76%, 7%);
gradient light
background: linear-gradient(to right, hsl(207, 76%, 27%), hsl(207, 76%, 7%));
gradient dark
background: linear-gradient(to right, hsl(207, 76%, 7%), hsl(207, 76%, 0%))
hex
background-color: #04131F;
tailwind
bg-[hsl(207,76%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 76%, 7%, 0.4);
css variable
--color-primary: hsl(207, 76%, 7%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 76%, 7%)?
HEX: #04131F | RGB: rgb(4, 19, 31) | CMYK: 87%, 39%, 0%, 88% | HSV: 207°, 87%, 12%. Copy any format from the conversion table above.
What colors go well with #04131F?
The complementary color is HSL(27, 76%, 7%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 76%, 7%) in CSS?
As HSL: color: hsl(207, 76%, 7%); — As HEX: color: #04131F; — As RGB: color: rgb(4, 19, 31); — Tailwind CSS: bg-[hsl(207,76%,7%)] — CSS variable: --color-primary: hsl(207, 76%, 7%);