HSL(358, 20%, 7%)
Very Dark Red — Red color
Adjust Color
Color Information
Color Name
Very Dark Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,20%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 20%, 7%) | color: hsl(358, 20%, 7%) | |
| HEX | #150E0F | color: #150E0F | |
| RGB | rgb(21, 14, 15) | color: rgb(21, 14, 15) | |
| CMYK | cmyk(0%, 33%, 29%, 92%) | — | |
| HSV | hsv(351, 33%, 8%) | — | |
| HWB | hwb(351 5% 92%) | color: hwb(351 5% 92%) | |
| OKLCH | oklch(0.1734 0.0121 8.81) | color: oklch(0.1734 0.0121 8.81) | |
| Lab | lab(4.59 2.85 0.46) | color: lab(4.59 2.85 0.46) | |
| LCH | lch(4.59 2.89 9.17) | color: lch(4.59 2.89 9.17) |
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)
#12120F — rgb(18, 18, 15)
Deuteranopia (Green-blind)
#12130F — rgb(18, 19, 15)
Tritanopia (Blue-blind)
#150F0F — rgb(21, 15, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 20%, 7%);
text
color: hsl(358, 20%, 7%);
border
border: 2px solid hsl(358, 20%, 7%);
gradient light
background: linear-gradient(to right, hsl(358, 20%, 27%), hsl(358, 20%, 7%));
gradient dark
background: linear-gradient(to right, hsl(358, 20%, 7%), hsl(358, 20%, 0%))
hex
background-color: #150E0F;
tailwind
bg-[hsl(358,20%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 20%, 7%, 0.4);
css variable
--color-primary: hsl(358, 20%, 7%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(358, 20%, 7%)?
HEX: #150E0F | RGB: rgb(21, 14, 15) | CMYK: 0%, 33%, 29%, 92% | HSV: 351°, 33%, 8%. Copy any format from the conversion table above.
What colors go well with #150E0F?
The complementary color is HSL(178, 20%, 7%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 20%, 7%) in CSS?
As HSL: color: hsl(358, 20%, 7%); — As HEX: color: #150E0F; — As RGB: color: rgb(21, 14, 15); — Tailwind CSS: bg-[hsl(358,20%,7%)] — CSS variable: --color-primary: hsl(358, 20%, 7%);