HSL(357, 31%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,31%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 31%, 52%) | color: hsl(357, 31%, 52%) | |
| HEX | #AB5F62 | color: #AB5F62 | |
| RGB | rgb(171, 95, 98) | color: rgb(171, 95, 98) | |
| CMYK | cmyk(0%, 44%, 43%, 33%) | — | |
| HSV | hsv(358, 44%, 67%) | — | |
| HWB | hwb(358 38% 33%) | color: hwb(358 38% 33%) | |
| OKLCH | oklch(0.5737 0.0989 18.13) | color: oklch(0.5737 0.0989 18.13) | |
| Lab | lab(49.16 31.12 11.99) | color: lab(49.16 31.12 11.99) | |
| LCH | lch(49.16 33.35 21.07) | color: lch(49.16 33.35 21.07) |
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)
#8A8961 — rgb(138, 137, 97)
Deuteranopia (Green-blind)
#8F9461 — rgb(143, 148, 97)
Tritanopia (Blue-blind)
#A76161 — rgb(167, 97, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 31%, 52%);
text
color: hsl(357, 31%, 52%);
border
border: 2px solid hsl(357, 31%, 52%);
gradient light
background: linear-gradient(to right, hsl(357, 31%, 72%), hsl(357, 31%, 52%));
gradient dark
background: linear-gradient(to right, hsl(357, 31%, 52%), hsl(357, 31%, 32%))
hex
background-color: #AB5F62;
tailwind
bg-[hsl(357,31%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 31%, 52%, 0.4);
css variable
--color-primary: hsl(357, 31%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 31%, 52%)?
HEX: #AB5F62 | RGB: rgb(171, 95, 98) | CMYK: 0%, 44%, 43%, 33% | HSV: 358°, 44%, 67%. Copy any format from the conversion table above.
What colors go well with #AB5F62?
The complementary color is HSL(177, 31%, 52%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 31%, 52%) in CSS?
As HSL: color: hsl(357, 31%, 52%); — As HEX: color: #AB5F62; — As RGB: color: rgb(171, 95, 98); — Tailwind CSS: bg-[hsl(357,31%,52%)] — CSS variable: --color-primary: hsl(357, 31%, 52%);