HSL(224, 55%, 6%)
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(224,55%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 55%, 6%) | color: hsl(224, 55%, 6%) | |
| HEX | #070B18 | color: #070B18 | |
| RGB | rgb(7, 11, 24) | color: rgb(7, 11, 24) | |
| CMYK | cmyk(71%, 54%, 0%, 91%) | — | |
| HSV | hsv(226, 71%, 9%) | — | |
| HWB | hwb(226 3% 91%) | color: hwb(226 3% 91%) | |
| OKLCH | oklch(0.1529 0.0289 268.91) | color: oklch(0.1529 0.0289 268.91) | |
| Lab | lab(3.17 1.6 -7.59) | color: lab(3.17 1.6 -7.59) | |
| LCH | lch(3.17 7.76 281.9) | color: lch(3.17 7.76 281.9) |
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)
#090915 — rgb(9, 9, 21)
Deuteranopia (Green-blind)
#090814 — rgb(9, 8, 20)
Tritanopia (Blue-blind)
#071212 — rgb(7, 18, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 55%, 6%);
text
color: hsl(224, 55%, 6%);
border
border: 2px solid hsl(224, 55%, 6%);
gradient light
background: linear-gradient(to right, hsl(224, 55%, 26%), hsl(224, 55%, 6%));
gradient dark
background: linear-gradient(to right, hsl(224, 55%, 6%), hsl(224, 55%, 0%))
hex
background-color: #070B18;
tailwind
bg-[hsl(224,55%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 55%, 6%, 0.4);
css variable
--color-primary: hsl(224, 55%, 6%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(224, 55%, 6%)?
HEX: #070B18 | RGB: rgb(7, 11, 24) | CMYK: 71%, 54%, 0%, 91% | HSV: 226°, 71%, 9%. Copy any format from the conversion table above.
What colors go well with #070B18?
The complementary color is HSL(44, 55%, 6%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 55%, 6%) in CSS?
As HSL: color: hsl(224, 55%, 6%); — As HEX: color: #070B18; — As RGB: color: rgb(7, 11, 24); — Tailwind CSS: bg-[hsl(224,55%,6%)] — CSS variable: --color-primary: hsl(224, 55%, 6%);