HSL(351, 32%, 47%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,32%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 32%, 47%) | color: hsl(351, 32%, 47%) | |
| HEX | #9E515D | color: #9E515D | |
| RGB | rgb(158, 81, 93) | color: rgb(158, 81, 93) | |
| CMYK | cmyk(0%, 49%, 41%, 38%) | — | |
| HSV | hsv(351, 49%, 62%) | — | |
| HWB | hwb(351 32% 38%) | color: hwb(351 32% 38%) | |
| OKLCH | oklch(0.5314 0.1025 11.33) | color: oklch(0.5314 0.1025 11.33) | |
| Lab | lab(44.16 33.16 7.71) | color: lab(44.16 33.16 7.71) | |
| LCH | lch(44.16 34.04 13.09) | color: lch(44.16 34.04 13.09) |
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)
#7D7C5A — rgb(125, 124, 90)
Deuteranopia (Green-blind)
#818759 — rgb(129, 135, 89)
Tritanopia (Blue-blind)
#9A5857 — rgb(154, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 32%, 47%);
text
color: hsl(351, 32%, 47%);
border
border: 2px solid hsl(351, 32%, 47%);
gradient light
background: linear-gradient(to right, hsl(351, 32%, 67%), hsl(351, 32%, 47%));
gradient dark
background: linear-gradient(to right, hsl(351, 32%, 47%), hsl(351, 32%, 27%))
hex
background-color: #9E515D;
tailwind
bg-[hsl(351,32%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 32%, 47%, 0.4);
css variable
--color-primary: hsl(351, 32%, 47%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 32%, 47%)?
HEX: #9E515D | RGB: rgb(158, 81, 93) | CMYK: 0%, 49%, 41%, 38% | HSV: 351°, 49%, 62%. Copy any format from the conversion table above.
What colors go well with #9E515D?
The complementary color is HSL(171, 32%, 47%). 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, 32%, 47%) in CSS?
As HSL: color: hsl(351, 32%, 47%); — As HEX: color: #9E515D; — As RGB: color: rgb(158, 81, 93); — Tailwind CSS: bg-[hsl(351,32%,47%)] — CSS variable: --color-primary: hsl(351, 32%, 47%);