HSL(352, 7%, 51%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(352,7%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 7%, 51%) | color: hsl(352, 7%, 51%) | |
| HEX | #8B797C | color: #8B797C | |
| RGB | rgb(139, 121, 124) | color: rgb(139, 121, 124) | |
| CMYK | cmyk(0%, 13%, 11%, 45%) | — | |
| HSV | hsv(350, 13%, 55%) | — | |
| HWB | hwb(350 48% 45%) | color: hwb(350 48% 45%) | |
| OKLCH | oklch(0.5936 0.0226 6.42) | color: oklch(0.5936 0.0226 6.42) | |
| Lab | lab(52.53 7.47 0.92) | color: lab(52.53 7.47 0.92) | |
| LCH | lch(52.53 7.53 7.02) | color: lch(52.53 7.53 7.02) |
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)
#83837B — rgb(131, 131, 123)
Deuteranopia (Green-blind)
#84867B — rgb(132, 134, 123)
Tritanopia (Blue-blind)
#8A7B7B — rgb(138, 123, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 7%, 51%);
text
color: hsl(352, 7%, 51%);
border
border: 2px solid hsl(352, 7%, 51%);
gradient light
background: linear-gradient(to right, hsl(352, 7%, 71%), hsl(352, 7%, 51%));
gradient dark
background: linear-gradient(to right, hsl(352, 7%, 51%), hsl(352, 7%, 31%))
hex
background-color: #8B797C;
tailwind
bg-[hsl(352,7%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 7%, 51%, 0.4);
css variable
--color-primary: hsl(352, 7%, 51%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(352, 7%, 51%)?
HEX: #8B797C | RGB: rgb(139, 121, 124) | CMYK: 0%, 13%, 11%, 45% | HSV: 350°, 13%, 55%. Copy any format from the conversion table above.
What colors go well with #8B797C?
The complementary color is HSL(172, 7%, 51%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 7%, 51%) in CSS?
As HSL: color: hsl(352, 7%, 51%); — As HEX: color: #8B797C; — As RGB: color: rgb(139, 121, 124); — Tailwind CSS: bg-[hsl(352,7%,51%)] — CSS variable: --color-primary: hsl(352, 7%, 51%);