HSL(147, 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(147,3%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 3%, 35%) | color: hsl(147, 3%, 35%) | |
| HEX | #575C59 | color: #575C59 | |
| RGB | rgb(87, 92, 89) | color: rgb(87, 92, 89) | |
| CMYK | cmyk(5%, 0%, 3%, 64%) | — | |
| HSV | hsv(144, 5%, 36%) | — | |
| HWB | hwb(144 34% 64%) | color: hwb(144 34% 64%) | |
| OKLCH | oklch(0.4693 0.0079 159.84) | color: oklch(0.4693 0.0079 159.84) | |
| Lab | lab(38.55 -2.61 1.04) | color: lab(38.55 -2.61 1.04) | |
| LCH | lch(38.55 2.81 158.27) | color: lch(38.55 2.81 158.27) |
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)
#59595A — rgb(89, 89, 90)
Deuteranopia (Green-blind)
#59595A — rgb(89, 89, 90)
Tritanopia (Blue-blind)
#575A5A — rgb(87, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 3%, 35%);
text
color: hsl(147, 3%, 35%);
border
border: 2px solid hsl(147, 3%, 35%);
gradient light
background: linear-gradient(to right, hsl(147, 3%, 55%), hsl(147, 3%, 35%));
gradient dark
background: linear-gradient(to right, hsl(147, 3%, 35%), hsl(147, 3%, 15%))
hex
background-color: #575C59;
tailwind
bg-[hsl(147,3%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 3%, 35%, 0.4);
css variable
--color-primary: hsl(147, 3%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(147, 3%, 35%)?
HEX: #575C59 | RGB: rgb(87, 92, 89) | CMYK: 5%, 0%, 3%, 64% | HSV: 144°, 5%, 36%. Copy any format from the conversion table above.
What colors go well with #575C59?
The complementary color is HSL(327, 3%, 35%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 3%, 35%) in CSS?
As HSL: color: hsl(147, 3%, 35%); — As HEX: color: #575C59; — As RGB: color: rgb(87, 92, 89); — Tailwind CSS: bg-[hsl(147,3%,35%)] — CSS variable: --color-primary: hsl(147, 3%, 35%);