HSL(244, 84%, 9%)
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(244,84%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 84%, 9%) | color: hsl(244, 84%, 9%) | |
| HEX | #06042A | color: #06042A | |
| RGB | rgb(6, 4, 42) | color: rgb(6, 4, 42) | |
| CMYK | cmyk(86%, 90%, 0%, 84%) | — | |
| HSV | hsv(243, 90%, 16%) | — | |
| HWB | hwb(243 2% 84%) | color: hwb(243 2% 84%) | |
| OKLCH | oklch(0.1506 0.0756 275.69) | color: oklch(0.1506 0.0756 275.69) | |
| Lab | lab(2.64 10.57 -22.48) | color: lab(2.64 10.57 -22.48) | |
| LCH | lch(2.64 24.84 295.18) | color: lch(2.64 24.84 295.18) |
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)
#050521 — rgb(5, 5, 33)
Deuteranopia (Green-blind)
#05051F — rgb(5, 5, 31)
Tritanopia (Blue-blind)
#061A18 — rgb(6, 26, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 84%, 9%);
text
color: hsl(244, 84%, 9%);
border
border: 2px solid hsl(244, 84%, 9%);
gradient light
background: linear-gradient(to right, hsl(244, 84%, 29%), hsl(244, 84%, 9%));
gradient dark
background: linear-gradient(to right, hsl(244, 84%, 9%), hsl(244, 84%, 0%))
hex
background-color: #06042A;
tailwind
bg-[hsl(244,84%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 84%, 9%, 0.4);
css variable
--color-primary: hsl(244, 84%, 9%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 84%, 9%)?
HEX: #06042A | RGB: rgb(6, 4, 42) | CMYK: 86%, 90%, 0%, 84% | HSV: 243°, 90%, 16%. Copy any format from the conversion table above.
What colors go well with #06042A?
The complementary color is HSL(64, 84%, 9%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 84%, 9%) in CSS?
As HSL: color: hsl(244, 84%, 9%); — As HEX: color: #06042A; — As RGB: color: rgb(6, 4, 42); — Tailwind CSS: bg-[hsl(244,84%,9%)] — CSS variable: --color-primary: hsl(244, 84%, 9%);