HSL(9, 10%, 53%)
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%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 10%, 53%) | color: hsl(9, 10%, 53%) | |
| HEX | #937F7B | color: #937F7B | |
| RGB | rgb(147, 127, 123) | color: rgb(147, 127, 123) | |
| CMYK | cmyk(0%, 14%, 16%, 42%) | — | |
| HSV | hsv(10, 16%, 58%) | — | |
| HWB | hwb(10 49% 42%) | color: hwb(10 49% 42%) | |
| OKLCH | oklch(0.6137 0.0254 31.18) | color: oklch(0.6137 0.0254 31.18) | |
| Lab | lab(54.88 6.95 4.99) | color: lab(54.88 6.95 4.99) | |
| LCH | lch(54.88 8.56 35.68) | color: lch(54.88 8.56 35.68) |
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)
#8A8A7C — rgb(138, 138, 124)
Deuteranopia (Green-blind)
#8C8D7C — rgb(140, 141, 124)
Tritanopia (Blue-blind)
#927D7D — rgb(146, 125, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 10%, 53%);
text
color: hsl(9, 10%, 53%);
border
border: 2px solid hsl(9, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(9, 10%, 73%), hsl(9, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(9, 10%, 53%), hsl(9, 10%, 33%))
hex
background-color: #937F7B;
tailwind
bg-[hsl(9,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 10%, 53%, 0.4);
css variable
--color-primary: hsl(9, 10%, 53%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(9, 10%, 53%)?
HEX: #937F7B | RGB: rgb(147, 127, 123) | CMYK: 0%, 14%, 16%, 42% | HSV: 10°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #937F7B?
The complementary color is HSL(189, 10%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(9, 10%, 53%); — As HEX: color: #937F7B; — As RGB: color: rgb(147, 127, 123); — Tailwind CSS: bg-[hsl(9,10%,53%)] — CSS variable: --color-primary: hsl(9, 10%, 53%);