HSL(9, 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(9,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 10%, 32%) | color: hsl(9, 10%, 32%) | |
| HEX | #5A4C49 | color: #5A4C49 | |
| RGB | rgb(90, 76, 73) | color: rgb(90, 76, 73) | |
| CMYK | cmyk(0%, 16%, 19%, 65%) | — | |
| HSV | hsv(11, 19%, 35%) | — | |
| HWB | hwb(11 28% 65%) | color: hwb(11 28% 65%) | |
| OKLCH | oklch(0.4297 0.0196 32.1) | color: oklch(0.4297 0.0196 32.1) | |
| Lab | lab(33.61 5.3 3.96) | color: lab(33.61 5.3 3.96) | |
| LCH | lch(33.61 6.62 36.77) | color: lch(33.61 6.62 36.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)
#54544A — rgb(84, 84, 74)
Deuteranopia (Green-blind)
#55564A — rgb(85, 86, 74)
Tritanopia (Blue-blind)
#594A4A — rgb(89, 74, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 10%, 32%);
text
color: hsl(9, 10%, 32%);
border
border: 2px solid hsl(9, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(9, 10%, 52%), hsl(9, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(9, 10%, 32%), hsl(9, 10%, 12%))
hex
background-color: #5A4C49;
tailwind
bg-[hsl(9,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 10%, 32%, 0.4);
css variable
--color-primary: hsl(9, 10%, 32%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(9, 10%, 32%)?
HEX: #5A4C49 | RGB: rgb(90, 76, 73) | CMYK: 0%, 16%, 19%, 65% | HSV: 11°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #5A4C49?
The complementary color is HSL(189, 10%, 32%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 10%, 32%) in CSS?
As HSL: color: hsl(9, 10%, 32%); — As HEX: color: #5A4C49; — As RGB: color: rgb(90, 76, 73); — Tailwind CSS: bg-[hsl(9,10%,32%)] — CSS variable: --color-primary: hsl(9, 10%, 32%);