HSL(202, 2%, 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(202,2%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 2%, 35%) | color: hsl(202, 2%, 35%) | |
| HEX | #575A5B | color: #575A5B | |
| RGB | rgb(87, 90, 91) | color: rgb(87, 90, 91) | |
| CMYK | cmyk(4%, 1%, 0%, 64%) | — | |
| HSV | hsv(195, 4%, 36%) | — | |
| HWB | hwb(195 35% 64%) | color: hwb(195 35% 64%) | |
| OKLCH | oklch(0.4652 0.0042 219.57) | color: oklch(0.4652 0.0042 219.57) | |
| Lab | lab(38.01 -0.97 -0.99) | color: lab(38.01 -0.97 -0.99) | |
| LCH | lch(38.01 1.39 225.58) | color: lch(38.01 1.39 225.58) |
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)
#58585B — rgb(88, 88, 91)
Deuteranopia (Green-blind)
#58585B — rgb(88, 88, 91)
Tritanopia (Blue-blind)
#575B5B — rgb(87, 91, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 2%, 35%);
text
color: hsl(202, 2%, 35%);
border
border: 2px solid hsl(202, 2%, 35%);
gradient light
background: linear-gradient(to right, hsl(202, 2%, 55%), hsl(202, 2%, 35%));
gradient dark
background: linear-gradient(to right, hsl(202, 2%, 35%), hsl(202, 2%, 15%))
hex
background-color: #575A5B;
tailwind
bg-[hsl(202,2%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 2%, 35%, 0.4);
css variable
--color-primary: hsl(202, 2%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(202, 2%, 35%)?
HEX: #575A5B | RGB: rgb(87, 90, 91) | CMYK: 4%, 1%, 0%, 64% | HSV: 195°, 4%, 36%. Copy any format from the conversion table above.
What colors go well with #575A5B?
The complementary color is HSL(22, 2%, 35%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 2%, 35%) in CSS?
As HSL: color: hsl(202, 2%, 35%); — As HEX: color: #575A5B; — As RGB: color: rgb(87, 90, 91); — Tailwind CSS: bg-[hsl(202,2%,35%)] — CSS variable: --color-primary: hsl(202, 2%, 35%);