HSL(211, 83%, 11%)
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,83%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 83%, 11%) | color: hsl(211, 83%, 11%) | |
| HEX | #051B33 | color: #051B33 | |
| RGB | rgb(5, 27, 51) | color: rgb(5, 27, 51) | |
| CMYK | cmyk(90%, 47%, 0%, 80%) | — | |
| HSV | hsv(211, 90%, 20%) | — | |
| HWB | hwb(211 2% 80%) | color: hwb(211 2% 80%) | |
| OKLCH | oklch(0.2196 0.055 252.55) | color: oklch(0.2196 0.055 252.55) | |
| Lab | lab(9.44 1.76 -18.36) | color: lab(9.44 1.76 -18.36) | |
| LCH | lch(9.44 18.44 275.48) | color: lch(9.44 18.44 275.48) |
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)
#0F0F2D — rgb(15, 15, 45)
Deuteranopia (Green-blind)
#0D0C2C — rgb(13, 12, 44)
Tritanopia (Blue-blind)
#062928 — rgb(6, 41, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 83%, 11%);
text
color: hsl(211, 83%, 11%);
border
border: 2px solid hsl(211, 83%, 11%);
gradient light
background: linear-gradient(to right, hsl(211, 83%, 31%), hsl(211, 83%, 11%));
gradient dark
background: linear-gradient(to right, hsl(211, 83%, 11%), hsl(211, 83%, 0%))
hex
background-color: #051B33;
tailwind
bg-[hsl(211,83%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 83%, 11%, 0.4);
css variable
--color-primary: hsl(211, 83%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 83%, 11%)?
HEX: #051B33 | RGB: rgb(5, 27, 51) | CMYK: 90%, 47%, 0%, 80% | HSV: 211°, 90%, 20%. Copy any format from the conversion table above.
What colors go well with #051B33?
The complementary color is HSL(31, 83%, 11%). 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, 83%, 11%) in CSS?
As HSL: color: hsl(211, 83%, 11%); — As HEX: color: #051B33; — As RGB: color: rgb(5, 27, 51); — Tailwind CSS: bg-[hsl(211,83%,11%)] — CSS variable: --color-primary: hsl(211, 83%, 11%);