HSL(351, 27%, 14%)
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(351,27%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 27%, 14%) | color: hsl(351, 27%, 14%) | |
| HEX | #2D1A1D | color: #2D1A1D | |
| RGB | rgb(45, 26, 29) | color: rgb(45, 26, 29) | |
| CMYK | cmyk(0%, 42%, 36%, 82%) | — | |
| HSV | hsv(351, 42%, 18%) | — | |
| HWB | hwb(351 10% 82%) | color: hwb(351 10% 82%) | |
| OKLCH | oklch(0.244 0.0307 9.26) | color: oklch(0.244 0.0307 9.26) | |
| Lab | lab(11.86 9.98 1.84) | color: lab(11.86 9.98 1.84) | |
| LCH | lch(11.86 10.15 10.45) | color: lch(11.86 10.15 10.45) |
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)
#25251C — rgb(37, 37, 28)
Deuteranopia (Green-blind)
#26271C — rgb(38, 39, 28)
Tritanopia (Blue-blind)
#2C1C1C — rgb(44, 28, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 27%, 14%);
text
color: hsl(351, 27%, 14%);
border
border: 2px solid hsl(351, 27%, 14%);
gradient light
background: linear-gradient(to right, hsl(351, 27%, 34%), hsl(351, 27%, 14%));
gradient dark
background: linear-gradient(to right, hsl(351, 27%, 14%), hsl(351, 27%, 0%))
hex
background-color: #2D1A1D;
tailwind
bg-[hsl(351,27%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 27%, 14%, 0.4);
css variable
--color-primary: hsl(351, 27%, 14%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(351, 27%, 14%)?
HEX: #2D1A1D | RGB: rgb(45, 26, 29) | CMYK: 0%, 42%, 36%, 82% | HSV: 351°, 42%, 18%. Copy any format from the conversion table above.
What colors go well with #2D1A1D?
The complementary color is HSL(171, 27%, 14%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 27%, 14%) in CSS?
As HSL: color: hsl(351, 27%, 14%); — As HEX: color: #2D1A1D; — As RGB: color: rgb(45, 26, 29); — Tailwind CSS: bg-[hsl(351,27%,14%)] — CSS variable: --color-primary: hsl(351, 27%, 14%);