HSL(353, 7%, 35%)
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(353,7%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 7%, 35%) | color: hsl(353, 7%, 35%) | |
| HEX | #5F5354 | color: #5F5354 | |
| RGB | rgb(95, 83, 84) | color: rgb(95, 83, 84) | |
| CMYK | cmyk(0%, 13%, 12%, 63%) | — | |
| HSV | hsv(355, 13%, 37%) | — | |
| HWB | hwb(355 32% 63%) | color: hwb(355 32% 63%) | |
| OKLCH | oklch(0.4544 0.0159 12.02) | color: oklch(0.4544 0.0159 12.02) | |
| Lab | lab(36.48 5.12 1.23) | color: lab(36.48 5.12 1.23) | |
| LCH | lch(36.48 5.27 13.51) | color: lch(36.48 5.27 13.51) |
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)
#5A5A54 — rgb(90, 90, 84)
Deuteranopia (Green-blind)
#5B5B54 — rgb(91, 91, 84)
Tritanopia (Blue-blind)
#5E5454 — rgb(94, 84, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 7%, 35%);
text
color: hsl(353, 7%, 35%);
border
border: 2px solid hsl(353, 7%, 35%);
gradient light
background: linear-gradient(to right, hsl(353, 7%, 55%), hsl(353, 7%, 35%));
gradient dark
background: linear-gradient(to right, hsl(353, 7%, 35%), hsl(353, 7%, 15%))
hex
background-color: #5F5354;
tailwind
bg-[hsl(353,7%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 7%, 35%, 0.4);
css variable
--color-primary: hsl(353, 7%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(353, 7%, 35%)?
HEX: #5F5354 | RGB: rgb(95, 83, 84) | CMYK: 0%, 13%, 12%, 63% | HSV: 355°, 13%, 37%. Copy any format from the conversion table above.
What colors go well with #5F5354?
The complementary color is HSL(173, 7%, 35%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 7%, 35%) in CSS?
As HSL: color: hsl(353, 7%, 35%); — As HEX: color: #5F5354; — As RGB: color: rgb(95, 83, 84); — Tailwind CSS: bg-[hsl(353,7%,35%)] — CSS variable: --color-primary: hsl(353, 7%, 35%);