HSL(221, 14%, 13%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(221,14%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 14%, 13%) | color: hsl(221, 14%, 13%) | |
| HEX | #1D1F26 | color: #1D1F26 | |
| RGB | rgb(29, 31, 38) | color: rgb(29, 31, 38) | |
| CMYK | cmyk(24%, 18%, 0%, 85%) | — | |
| HSV | hsv(227, 24%, 15%) | — | |
| HWB | hwb(227 11% 85%) | color: hwb(227 11% 85%) | |
| OKLCH | oklch(0.2403 0.0137 272.76) | color: oklch(0.2403 0.0137 272.76) | |
| Lab | lab(11.83 1.02 -5.04) | color: lab(11.83 1.02 -5.04) | |
| LCH | lch(11.83 5.14 281.44) | color: lch(11.83 5.14 281.44) |
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)
#1E1E24 — rgb(30, 30, 36)
Deuteranopia (Green-blind)
#1E1E24 — rgb(30, 30, 36)
Tritanopia (Blue-blind)
#1D2323 — rgb(29, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 14%, 13%);
text
color: hsl(221, 14%, 13%);
border
border: 2px solid hsl(221, 14%, 13%);
gradient light
background: linear-gradient(to right, hsl(221, 14%, 33%), hsl(221, 14%, 13%));
gradient dark
background: linear-gradient(to right, hsl(221, 14%, 13%), hsl(221, 14%, 0%))
hex
background-color: #1D1F26;
tailwind
bg-[hsl(221,14%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 14%, 13%, 0.4);
css variable
--color-primary: hsl(221, 14%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 14%, 13%)?
HEX: #1D1F26 | RGB: rgb(29, 31, 38) | CMYK: 24%, 18%, 0%, 85% | HSV: 227°, 24%, 15%. Copy any format from the conversion table above.
What colors go well with #1D1F26?
The complementary color is HSL(41, 14%, 13%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 14%, 13%) in CSS?
As HSL: color: hsl(221, 14%, 13%); — As HEX: color: #1D1F26; — As RGB: color: rgb(29, 31, 38); — Tailwind CSS: bg-[hsl(221,14%,13%)] — CSS variable: --color-primary: hsl(221, 14%, 13%);