HSL(251, 13%, 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(251,13%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 13%, 13%) | color: hsl(251, 13%, 13%) | |
| HEX | #1E1D25 | color: #1E1D25 | |
| RGB | rgb(30, 29, 37) | color: rgb(30, 29, 37) | |
| CMYK | cmyk(19%, 22%, 0%, 85%) | — | |
| HSV | hsv(248, 22%, 15%) | — | |
| HWB | hwb(248 12% 85%) | color: hwb(248 12% 85%) | |
| OKLCH | oklch(0.2354 0.0153 290.91) | color: oklch(0.2354 0.0153 290.91) | |
| Lab | lab(11.19 2.63 -5.26) | color: lab(11.19 2.63 -5.26) | |
| LCH | lch(11.19 5.88 296.57) | color: lch(11.19 5.88 296.57) |
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)
#1E1E23 — rgb(30, 30, 35)
Deuteranopia (Green-blind)
#1E1E23 — rgb(30, 30, 35)
Tritanopia (Blue-blind)
#1E2221 — rgb(30, 34, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 13%, 13%);
text
color: hsl(251, 13%, 13%);
border
border: 2px solid hsl(251, 13%, 13%);
gradient light
background: linear-gradient(to right, hsl(251, 13%, 33%), hsl(251, 13%, 13%));
gradient dark
background: linear-gradient(to right, hsl(251, 13%, 13%), hsl(251, 13%, 0%))
hex
background-color: #1E1D25;
tailwind
bg-[hsl(251,13%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 13%, 13%, 0.4);
css variable
--color-primary: hsl(251, 13%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 13%, 13%)?
HEX: #1E1D25 | RGB: rgb(30, 29, 37) | CMYK: 19%, 22%, 0%, 85% | HSV: 248°, 22%, 15%. Copy any format from the conversion table above.
What colors go well with #1E1D25?
The complementary color is HSL(71, 13%, 13%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 13%, 13%) in CSS?
As HSL: color: hsl(251, 13%, 13%); — As HEX: color: #1E1D25; — As RGB: color: rgb(30, 29, 37); — Tailwind CSS: bg-[hsl(251,13%,13%)] — CSS variable: --color-primary: hsl(251, 13%, 13%);