HSL(125, 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(125,2%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 2%, 35%) | color: hsl(125, 2%, 35%) | |
| HEX | #575B58 | color: #575B58 | |
| RGB | rgb(87, 91, 88) | color: rgb(87, 91, 88) | |
| CMYK | cmyk(4%, 0%, 3%, 64%) | — | |
| HSV | hsv(135, 4%, 36%) | — | |
| HWB | hwb(135 35% 64%) | color: hwb(135 35% 64%) | |
| OKLCH | oklch(0.4666 0.0069 153.62) | color: oklch(0.4666 0.0069 153.62) | |
| Lab | lab(38.22 -2.22 1.18) | color: lab(38.22 -2.22 1.18) | |
| LCH | lch(38.22 2.51 152.01) | color: lch(38.22 2.51 152.01) |
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)
#595959 — rgb(89, 89, 89)
Deuteranopia (Green-blind)
#595859 — rgb(89, 88, 89)
Tritanopia (Blue-blind)
#575959 — rgb(87, 89, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 2%, 35%);
text
color: hsl(125, 2%, 35%);
border
border: 2px solid hsl(125, 2%, 35%);
gradient light
background: linear-gradient(to right, hsl(125, 2%, 55%), hsl(125, 2%, 35%));
gradient dark
background: linear-gradient(to right, hsl(125, 2%, 35%), hsl(125, 2%, 15%))
hex
background-color: #575B58;
tailwind
bg-[hsl(125,2%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 2%, 35%, 0.4);
css variable
--color-primary: hsl(125, 2%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(125, 2%, 35%)?
HEX: #575B58 | RGB: rgb(87, 91, 88) | CMYK: 4%, 0%, 3%, 64% | HSV: 135°, 4%, 36%. Copy any format from the conversion table above.
What colors go well with #575B58?
The complementary color is HSL(305, 2%, 35%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 2%, 35%) in CSS?
As HSL: color: hsl(125, 2%, 35%); — As HEX: color: #575B58; — As RGB: color: rgb(87, 91, 88); — Tailwind CSS: bg-[hsl(125,2%,35%)] — CSS variable: --color-primary: hsl(125, 2%, 35%);