HSL(209, 95%, 13%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,95%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 95%, 13%) | color: hsl(209, 95%, 13%) | |
| HEX | #022241 | color: #022241 | |
| RGB | rgb(2, 34, 65) | color: rgb(2, 34, 65) | |
| CMYK | cmyk(97%, 48%, 0%, 75%) | — | |
| HSV | hsv(210, 97%, 25%) | — | |
| HWB | hwb(210 1% 75%) | color: hwb(210 1% 75%) | |
| OKLCH | oklch(0.249 0.0693 251.24) | color: oklch(0.249 0.0693 251.24) | |
| Lab | lab(12.85 2.46 -22.89) | color: lab(12.85 2.46 -22.89) | |
| LCH | lch(12.85 23.02 276.13) | color: lch(12.85 23.02 276.13) |
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)
#101039 — rgb(16, 16, 57)
Deuteranopia (Green-blind)
#0E0C38 — rgb(14, 12, 56)
Tritanopia (Blue-blind)
#043432 — rgb(4, 52, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 95%, 13%);
text
color: hsl(209, 95%, 13%);
border
border: 2px solid hsl(209, 95%, 13%);
gradient light
background: linear-gradient(to right, hsl(209, 95%, 33%), hsl(209, 95%, 13%));
gradient dark
background: linear-gradient(to right, hsl(209, 95%, 13%), hsl(209, 95%, 0%))
hex
background-color: #022241;
tailwind
bg-[hsl(209,95%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 95%, 13%, 0.4);
css variable
--color-primary: hsl(209, 95%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 95%, 13%)?
HEX: #022241 | RGB: rgb(2, 34, 65) | CMYK: 97%, 48%, 0%, 75% | HSV: 210°, 97%, 25%. Copy any format from the conversion table above.
What colors go well with #022241?
The complementary color is HSL(29, 95%, 13%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 95%, 13%) in CSS?
As HSL: color: hsl(209, 95%, 13%); — As HEX: color: #022241; — As RGB: color: rgb(2, 34, 65); — Tailwind CSS: bg-[hsl(209,95%,13%)] — CSS variable: --color-primary: hsl(209, 95%, 13%);