HSL(32, 3%, 33%)
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(32,3%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 3%, 33%) | color: hsl(32, 3%, 33%) | |
| HEX | #575452 | color: #575452 | |
| RGB | rgb(87, 84, 82) | color: rgb(87, 84, 82) | |
| CMYK | cmyk(0%, 3%, 6%, 66%) | — | |
| HSV | hsv(24, 6%, 34%) | — | |
| HWB | hwb(24 32% 66%) | color: hwb(24 32% 66%) | |
| OKLCH | oklch(0.4481 0.0051 56.28) | color: oklch(0.4481 0.0051 56.28) | |
| Lab | lab(35.94 0.8 1.6) | color: lab(35.94 0.8 1.6) | |
| LCH | lch(35.94 1.79 63.43) | color: lch(35.94 1.79 63.43) |
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)
#565652 — rgb(86, 86, 82)
Deuteranopia (Green-blind)
#565653 — rgb(86, 86, 83)
Tritanopia (Blue-blind)
#575353 — rgb(87, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 3%, 33%);
text
color: hsl(32, 3%, 33%);
border
border: 2px solid hsl(32, 3%, 33%);
gradient light
background: linear-gradient(to right, hsl(32, 3%, 53%), hsl(32, 3%, 33%));
gradient dark
background: linear-gradient(to right, hsl(32, 3%, 33%), hsl(32, 3%, 13%))
hex
background-color: #575452;
tailwind
bg-[hsl(32,3%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 3%, 33%, 0.4);
css variable
--color-primary: hsl(32, 3%, 33%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(32, 3%, 33%)?
HEX: #575452 | RGB: rgb(87, 84, 82) | CMYK: 0%, 3%, 6%, 66% | HSV: 24°, 6%, 34%. Copy any format from the conversion table above.
What colors go well with #575452?
The complementary color is HSL(212, 3%, 33%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 3%, 33%) in CSS?
As HSL: color: hsl(32, 3%, 33%); — As HEX: color: #575452; — As RGB: color: rgb(87, 84, 82); — Tailwind CSS: bg-[hsl(32,3%,33%)] — CSS variable: --color-primary: hsl(32, 3%, 33%);