HSL(357, 6%, 34%)
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(357,6%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 6%, 34%) | color: hsl(357, 6%, 34%) | |
| HEX | #5C5152 | color: #5C5152 | |
| RGB | rgb(92, 81, 82) | color: rgb(92, 81, 82) | |
| CMYK | cmyk(0%, 12%, 11%, 64%) | — | |
| HSV | hsv(355, 12%, 36%) | — | |
| HWB | hwb(355 32% 64%) | color: hwb(355 32% 64%) | |
| OKLCH | oklch(0.4461 0.0147 11.45) | color: oklch(0.4461 0.0147 11.45) | |
| Lab | lab(35.54 4.73 1.08) | color: lab(35.54 4.73 1.08) | |
| LCH | lch(35.54 4.85 12.86) | color: lch(35.54 4.85 12.86) |
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)
#575752 — rgb(87, 87, 82)
Deuteranopia (Green-blind)
#585952 — rgb(88, 89, 82)
Tritanopia (Blue-blind)
#5B5252 — rgb(91, 82, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 6%, 34%);
text
color: hsl(357, 6%, 34%);
border
border: 2px solid hsl(357, 6%, 34%);
gradient light
background: linear-gradient(to right, hsl(357, 6%, 54%), hsl(357, 6%, 34%));
gradient dark
background: linear-gradient(to right, hsl(357, 6%, 34%), hsl(357, 6%, 14%))
hex
background-color: #5C5152;
tailwind
bg-[hsl(357,6%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 6%, 34%, 0.4);
css variable
--color-primary: hsl(357, 6%, 34%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 6%, 34%)?
HEX: #5C5152 | RGB: rgb(92, 81, 82) | CMYK: 0%, 12%, 11%, 64% | HSV: 355°, 12%, 36%. Copy any format from the conversion table above.
What colors go well with #5C5152?
The complementary color is HSL(177, 6%, 34%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 6%, 34%) in CSS?
As HSL: color: hsl(357, 6%, 34%); — As HEX: color: #5C5152; — As RGB: color: rgb(92, 81, 82); — Tailwind CSS: bg-[hsl(357,6%,34%)] — CSS variable: --color-primary: hsl(357, 6%, 34%);