HSL(175, 3%, 35%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(175,3%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 3%, 35%) | color: hsl(175, 3%, 35%) | |
| HEX | #575C5B | color: #575C5B | |
| RGB | rgb(87, 92, 91) | color: rgb(87, 92, 91) | |
| CMYK | cmyk(5%, 0%, 1%, 64%) | — | |
| HSV | hsv(168, 5%, 36%) | — | |
| HWB | hwb(168 34% 64%) | color: hwb(168 34% 64%) | |
| OKLCH | oklch(0.47 0.0065 182.8) | color: oklch(0.47 0.0065 182.8) | |
| Lab | lab(38.61 -2.18 -0.11) | color: lab(38.61 -2.18 -0.11) | |
| LCH | lch(38.61 2.18 182.89) | color: lch(38.61 2.18 182.89) |
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)
#59595B — rgb(89, 89, 91)
Deuteranopia (Green-blind)
#59595B — rgb(89, 89, 91)
Tritanopia (Blue-blind)
#575B5B — rgb(87, 91, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 3%, 35%);
text
color: hsl(175, 3%, 35%);
border
border: 2px solid hsl(175, 3%, 35%);
gradient light
background: linear-gradient(to right, hsl(175, 3%, 55%), hsl(175, 3%, 35%));
gradient dark
background: linear-gradient(to right, hsl(175, 3%, 35%), hsl(175, 3%, 15%))
hex
background-color: #575C5B;
tailwind
bg-[hsl(175,3%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 3%, 35%, 0.4);
css variable
--color-primary: hsl(175, 3%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(175, 3%, 35%)?
HEX: #575C5B | RGB: rgb(87, 92, 91) | CMYK: 5%, 0%, 1%, 64% | HSV: 168°, 5%, 36%. Copy any format from the conversion table above.
What colors go well with #575C5B?
The complementary color is HSL(355, 3%, 35%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 3%, 35%) in CSS?
As HSL: color: hsl(175, 3%, 35%); — As HEX: color: #575C5B; — As RGB: color: rgb(87, 92, 91); — Tailwind CSS: bg-[hsl(175,3%,35%)] — CSS variable: --color-primary: hsl(175, 3%, 35%);