HSL(211, 77%, 12%)
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(211,77%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 77%, 12%) | color: hsl(211, 77%, 12%) | |
| HEX | #071E36 | color: #071E36 | |
| RGB | rgb(7, 30, 54) | color: rgb(7, 30, 54) | |
| CMYK | cmyk(87%, 44%, 0%, 79%) | — | |
| HSV | hsv(211, 87%, 21%) | — | |
| HWB | hwb(211 3% 79%) | color: hwb(211 3% 79%) | |
| OKLCH | oklch(0.2315 0.0548 251.95) | color: oklch(0.2315 0.0548 251.95) | |
| Lab | lab(10.85 1.26 -18.28) | color: lab(10.85 1.26 -18.28) | |
| LCH | lch(10.85 18.32 273.94) | color: lch(10.85 18.32 273.94) |
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)
#111130 — rgb(17, 17, 48)
Deuteranopia (Green-blind)
#100E2F — rgb(16, 14, 47)
Tritanopia (Blue-blind)
#082C2B — rgb(8, 44, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 77%, 12%);
text
color: hsl(211, 77%, 12%);
border
border: 2px solid hsl(211, 77%, 12%);
gradient light
background: linear-gradient(to right, hsl(211, 77%, 32%), hsl(211, 77%, 12%));
gradient dark
background: linear-gradient(to right, hsl(211, 77%, 12%), hsl(211, 77%, 0%))
hex
background-color: #071E36;
tailwind
bg-[hsl(211,77%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 77%, 12%, 0.4);
css variable
--color-primary: hsl(211, 77%, 12%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 77%, 12%)?
HEX: #071E36 | RGB: rgb(7, 30, 54) | CMYK: 87%, 44%, 0%, 79% | HSV: 211°, 87%, 21%. Copy any format from the conversion table above.
What colors go well with #071E36?
The complementary color is HSL(31, 77%, 12%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 77%, 12%) in CSS?
As HSL: color: hsl(211, 77%, 12%); — As HEX: color: #071E36; — As RGB: color: rgb(7, 30, 54); — Tailwind CSS: bg-[hsl(211,77%,12%)] — CSS variable: --color-primary: hsl(211, 77%, 12%);