HSL(7, 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(7,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 10%, 32%) | color: hsl(7, 10%, 32%) | |
| HEX | #5A4B49 | color: #5A4B49 | |
| RGB | rgb(90, 75, 73) | color: rgb(90, 75, 73) | |
| CMYK | cmyk(0%, 17%, 19%, 65%) | — | |
| HSV | hsv(7, 19%, 35%) | — | |
| HWB | hwb(7 28% 65%) | color: hwb(7 28% 65%) | |
| OKLCH | oklch(0.4274 0.0206 26.92) | color: oklch(0.4274 0.0206 26.92) | |
| Lab | lab(33.32 5.93 3.54) | color: lab(33.32 5.93 3.54) | |
| LCH | lch(33.32 6.91 30.84) | color: lch(33.32 6.91 30.84) |
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)
#545349 — rgb(84, 83, 73)
Deuteranopia (Green-blind)
#54564A — rgb(84, 86, 74)
Tritanopia (Blue-blind)
#594A4A — rgb(89, 74, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 10%, 32%);
text
color: hsl(7, 10%, 32%);
border
border: 2px solid hsl(7, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(7, 10%, 52%), hsl(7, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(7, 10%, 32%), hsl(7, 10%, 12%))
hex
background-color: #5A4B49;
tailwind
bg-[hsl(7,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 10%, 32%, 0.4);
css variable
--color-primary: hsl(7, 10%, 32%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(7, 10%, 32%)?
HEX: #5A4B49 | RGB: rgb(90, 75, 73) | CMYK: 0%, 17%, 19%, 65% | HSV: 7°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #5A4B49?
The complementary color is HSL(187, 10%, 32%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 10%, 32%) in CSS?
As HSL: color: hsl(7, 10%, 32%); — As HEX: color: #5A4B49; — As RGB: color: rgb(90, 75, 73); — Tailwind CSS: bg-[hsl(7,10%,32%)] — CSS variable: --color-primary: hsl(7, 10%, 32%);