HSL(357, 17%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,17%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 17%, 51%) | color: hsl(357, 17%, 51%) | |
| HEX | #976D6F | color: #976D6F | |
| RGB | rgb(151, 109, 111) | color: rgb(151, 109, 111) | |
| CMYK | cmyk(0%, 28%, 26%, 41%) | — | |
| HSV | hsv(357, 28%, 59%) | — | |
| HWB | hwb(357 42% 41%) | color: hwb(357 42% 41%) | |
| OKLCH | oklch(0.578 0.0538 15.7) | color: oklch(0.578 0.0538 15.7) | |
| Lab | lab(50.29 17.01 5.5) | color: lab(50.29 17.01 5.5) | |
| LCH | lch(50.29 17.88 17.92) | color: lch(50.29 17.88 17.92) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#85846F — rgb(133, 132, 111)
Deuteranopia (Green-blind)
#878A6E — rgb(135, 138, 110)
Tritanopia (Blue-blind)
#956E6E — rgb(149, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 17%, 51%);
text
color: hsl(357, 17%, 51%);
border
border: 2px solid hsl(357, 17%, 51%);
gradient light
background: linear-gradient(to right, hsl(357, 17%, 71%), hsl(357, 17%, 51%));
gradient dark
background: linear-gradient(to right, hsl(357, 17%, 51%), hsl(357, 17%, 31%))
hex
background-color: #976D6F;
tailwind
bg-[hsl(357,17%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 17%, 51%, 0.4);
css variable
--color-primary: hsl(357, 17%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 17%, 51%)?
HEX: #976D6F | RGB: rgb(151, 109, 111) | CMYK: 0%, 28%, 26%, 41% | HSV: 357°, 28%, 59%. Copy any format from the conversion table above.
What colors go well with #976D6F?
The complementary color is HSL(177, 17%, 51%). 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, 17%, 51%) in CSS?
As HSL: color: hsl(357, 17%, 51%); — As HEX: color: #976D6F; — As RGB: color: rgb(151, 109, 111); — Tailwind CSS: bg-[hsl(357,17%,51%)] — CSS variable: --color-primary: hsl(357, 17%, 51%);