HSL(216, 57%, 8%)
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(216,57%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 57%, 8%) | color: hsl(216, 57%, 8%) | |
| HEX | #091220 | color: #091220 | |
| RGB | rgb(9, 18, 32) | color: rgb(9, 18, 32) | |
| CMYK | cmyk(72%, 44%, 0%, 87%) | — | |
| HSV | hsv(217, 72%, 13%) | — | |
| HWB | hwb(217 4% 87%) | color: hwb(217 4% 87%) | |
| OKLCH | oklch(0.1815 0.0321 258.89) | color: oklch(0.1815 0.0321 258.89) | |
| Lab | lab(5.37 0.99 -10.55) | color: lab(5.37 0.99 -10.55) | |
| LCH | lch(5.37 10.6 275.36) | color: lch(5.37 10.6 275.36) |
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)
#0D0D1D — rgb(13, 13, 29)
Deuteranopia (Green-blind)
#0C0C1C — rgb(12, 12, 28)
Tritanopia (Blue-blind)
#091A19 — rgb(9, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 57%, 8%);
text
color: hsl(216, 57%, 8%);
border
border: 2px solid hsl(216, 57%, 8%);
gradient light
background: linear-gradient(to right, hsl(216, 57%, 28%), hsl(216, 57%, 8%));
gradient dark
background: linear-gradient(to right, hsl(216, 57%, 8%), hsl(216, 57%, 0%))
hex
background-color: #091220;
tailwind
bg-[hsl(216,57%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 57%, 8%, 0.4);
css variable
--color-primary: hsl(216, 57%, 8%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 57%, 8%)?
HEX: #091220 | RGB: rgb(9, 18, 32) | CMYK: 72%, 44%, 0%, 87% | HSV: 217°, 72%, 13%. Copy any format from the conversion table above.
What colors go well with #091220?
The complementary color is HSL(36, 57%, 8%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 57%, 8%) in CSS?
As HSL: color: hsl(216, 57%, 8%); — As HEX: color: #091220; — As RGB: color: rgb(9, 18, 32); — Tailwind CSS: bg-[hsl(216,57%,8%)] — CSS variable: --color-primary: hsl(216, 57%, 8%);