HSL(351, 63%, 21%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,63%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 63%, 21%) | color: hsl(351, 63%, 21%) | |
| HEX | #57141E | color: #57141E | |
| RGB | rgb(87, 20, 30) | color: rgb(87, 20, 30) | |
| CMYK | cmyk(0%, 77%, 66%, 66%) | — | |
| HSV | hsv(351, 77%, 34%) | — | |
| HWB | hwb(351 8% 66%) | color: hwb(351 8% 66%) | |
| OKLCH | oklch(0.3092 0.0975 16.66) | color: oklch(0.3092 0.0975 16.66) | |
| Lab | lab(18.46 31.22 11.45) | color: lab(18.46 31.22 11.45) | |
| LCH | lch(18.46 33.25 20.14) | color: lch(18.46 33.25 20.14) |
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)
#3A391C — rgb(58, 57, 28)
Deuteranopia (Green-blind)
#3E431B — rgb(62, 67, 27)
Tritanopia (Blue-blind)
#541A19 — rgb(84, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 63%, 21%);
text
color: hsl(351, 63%, 21%);
border
border: 2px solid hsl(351, 63%, 21%);
gradient light
background: linear-gradient(to right, hsl(351, 63%, 41%), hsl(351, 63%, 21%));
gradient dark
background: linear-gradient(to right, hsl(351, 63%, 21%), hsl(351, 63%, 1%))
hex
background-color: #57141E;
tailwind
bg-[hsl(351,63%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 63%, 21%, 0.4);
css variable
--color-primary: hsl(351, 63%, 21%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 63%, 21%)?
HEX: #57141E | RGB: rgb(87, 20, 30) | CMYK: 0%, 77%, 66%, 66% | HSV: 351°, 77%, 34%. Copy any format from the conversion table above.
What colors go well with #57141E?
The complementary color is HSL(171, 63%, 21%). 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, 63%, 21%) in CSS?
As HSL: color: hsl(351, 63%, 21%); — As HEX: color: #57141E; — As RGB: color: rgb(87, 20, 30); — Tailwind CSS: bg-[hsl(351,63%,21%)] — CSS variable: --color-primary: hsl(351, 63%, 21%);