HSL(351, 10%, 32%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(351,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 10%, 32%) | color: hsl(351, 10%, 32%) | |
| HEX | #5A494C | color: #5A494C | |
| RGB | rgb(90, 73, 76) | color: rgb(90, 73, 76) | |
| CMYK | cmyk(0%, 19%, 16%, 65%) | — | |
| HSV | hsv(349, 19%, 35%) | — | |
| HWB | hwb(349 28% 65%) | color: hwb(349 28% 65%) | |
| OKLCH | oklch(0.4239 0.0235 6.21) | color: oklch(0.4239 0.0235 6.21) | |
| Lab | lab(32.83 7.75 0.92) | color: lab(32.83 7.75 0.92) | |
| LCH | lch(32.83 7.8 6.77) | color: lch(32.83 7.8 6.77) |
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)
#53524B — rgb(83, 82, 75)
Deuteranopia (Green-blind)
#54554B — rgb(84, 85, 75)
Tritanopia (Blue-blind)
#594B4B — rgb(89, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 10%, 32%);
text
color: hsl(351, 10%, 32%);
border
border: 2px solid hsl(351, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(351, 10%, 52%), hsl(351, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(351, 10%, 32%), hsl(351, 10%, 12%))
hex
background-color: #5A494C;
tailwind
bg-[hsl(351,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 10%, 32%, 0.4);
css variable
--color-primary: hsl(351, 10%, 32%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(351, 10%, 32%)?
HEX: #5A494C | RGB: rgb(90, 73, 76) | CMYK: 0%, 19%, 16%, 65% | HSV: 349°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #5A494C?
The complementary color is HSL(171, 10%, 32%). 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, 10%, 32%) in CSS?
As HSL: color: hsl(351, 10%, 32%); — As HEX: color: #5A494C; — As RGB: color: rgb(90, 73, 76); — Tailwind CSS: bg-[hsl(351,10%,32%)] — CSS variable: --color-primary: hsl(351, 10%, 32%);