HSL(12, 17%, 29%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(12,17%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 17%, 29%) | color: hsl(12, 17%, 29%) | |
| HEX | #57423D | color: #57423D | |
| RGB | rgb(87, 66, 61) | color: rgb(87, 66, 61) | |
| CMYK | cmyk(0%, 24%, 30%, 66%) | — | |
| HSV | hsv(12, 30%, 34%) | — | |
| HWB | hwb(12 24% 66%) | color: hwb(12 24% 66%) | |
| OKLCH | oklch(0.4002 0.0305 33.71) | color: oklch(0.4002 0.0305 33.71) | |
| Lab | lab(30.06 8.23 6.53) | color: lab(30.06 8.23 6.53) | |
| LCH | lch(30.06 10.51 38.43) | color: lch(30.06 10.51 38.43) |
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)
#4E4E3E — rgb(78, 78, 62)
Deuteranopia (Green-blind)
#4F513F — rgb(79, 81, 63)
Tritanopia (Blue-blind)
#563F3F — rgb(86, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 17%, 29%);
text
color: hsl(12, 17%, 29%);
border
border: 2px solid hsl(12, 17%, 29%);
gradient light
background: linear-gradient(to right, hsl(12, 17%, 49%), hsl(12, 17%, 29%));
gradient dark
background: linear-gradient(to right, hsl(12, 17%, 29%), hsl(12, 17%, 9%))
hex
background-color: #57423D;
tailwind
bg-[hsl(12,17%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 17%, 29%, 0.4);
css variable
--color-primary: hsl(12, 17%, 29%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 17%, 29%)?
HEX: #57423D | RGB: rgb(87, 66, 61) | CMYK: 0%, 24%, 30%, 66% | HSV: 12°, 30%, 34%. Copy any format from the conversion table above.
What colors go well with #57423D?
The complementary color is HSL(192, 17%, 29%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 17%, 29%) in CSS?
As HSL: color: hsl(12, 17%, 29%); — As HEX: color: #57423D; — As RGB: color: rgb(87, 66, 61); — Tailwind CSS: bg-[hsl(12,17%,29%)] — CSS variable: --color-primary: hsl(12, 17%, 29%);