HSL(207, 80%, 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(207,80%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 80%, 5%) | color: hsl(207, 80%, 5%) | |
| HEX | #030E17 | color: #030E17 | |
| RGB | rgb(3, 14, 23) | color: rgb(3, 14, 23) | |
| CMYK | cmyk(87%, 39%, 0%, 91%) | — | |
| HSV | hsv(207, 87%, 9%) | — | |
| HWB | hwb(207 1% 91%) | color: hwb(207 1% 91%) | |
| OKLCH | oklch(0.1572 0.0269 240.71) | color: oklch(0.1572 0.0269 240.71) | |
| Lab | lab(3.57 -1.09 -6.26) | color: lab(3.57 -1.09 -6.26) | |
| LCH | lch(3.57 6.35 260.12) | color: lch(3.57 6.35 260.12) |
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)
#080815 — rgb(8, 8, 21)
Deuteranopia (Green-blind)
#070614 — rgb(7, 6, 20)
Tritanopia (Blue-blind)
#041313 — rgb(4, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 80%, 5%);
text
color: hsl(207, 80%, 5%);
border
border: 2px solid hsl(207, 80%, 5%);
gradient light
background: linear-gradient(to right, hsl(207, 80%, 25%), hsl(207, 80%, 5%));
gradient dark
background: linear-gradient(to right, hsl(207, 80%, 5%), hsl(207, 80%, 0%))
hex
background-color: #030E17;
tailwind
bg-[hsl(207,80%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 80%, 5%, 0.4);
css variable
--color-primary: hsl(207, 80%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 80%, 5%)?
HEX: #030E17 | RGB: rgb(3, 14, 23) | CMYK: 87%, 39%, 0%, 91% | HSV: 207°, 87%, 9%. Copy any format from the conversion table above.
What colors go well with #030E17?
The complementary color is HSL(27, 80%, 5%). 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, 80%, 5%) in CSS?
As HSL: color: hsl(207, 80%, 5%); — As HEX: color: #030E17; — As RGB: color: rgb(3, 14, 23); — Tailwind CSS: bg-[hsl(207,80%,5%)] — CSS variable: --color-primary: hsl(207, 80%, 5%);