HSL(329, 9%, 32%)
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(329,9%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 9%, 32%) | color: hsl(329, 9%, 32%) | |
| HEX | #594A52 | color: #594A52 | |
| RGB | rgb(89, 74, 82) | color: rgb(89, 74, 82) | |
| CMYK | cmyk(0%, 17%, 8%, 65%) | — | |
| HSV | hsv(328, 17%, 35%) | — | |
| HWB | hwb(328 29% 65%) | color: hwb(328 29% 65%) | |
| OKLCH | oklch(0.4272 0.0237 344.78) | color: oklch(0.4272 0.0237 344.78) | |
| Lab | lab(33.2 7.88 -2.38) | color: lab(33.2 7.88 -2.38) | |
| LCH | lch(33.2 8.23 343.19) | color: lch(33.2 8.23 343.19) |
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)
#535250 — rgb(83, 82, 80)
Deuteranopia (Green-blind)
#535550 — rgb(83, 85, 80)
Tritanopia (Blue-blind)
#584F4E — rgb(88, 79, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 9%, 32%);
text
color: hsl(329, 9%, 32%);
border
border: 2px solid hsl(329, 9%, 32%);
gradient light
background: linear-gradient(to right, hsl(329, 9%, 52%), hsl(329, 9%, 32%));
gradient dark
background: linear-gradient(to right, hsl(329, 9%, 32%), hsl(329, 9%, 12%))
hex
background-color: #594A52;
tailwind
bg-[hsl(329,9%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 9%, 32%, 0.4);
css variable
--color-primary: hsl(329, 9%, 32%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(329, 9%, 32%)?
HEX: #594A52 | RGB: rgb(89, 74, 82) | CMYK: 0%, 17%, 8%, 65% | HSV: 328°, 17%, 35%. Copy any format from the conversion table above.
What colors go well with #594A52?
The complementary color is HSL(149, 9%, 32%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 9%, 32%) in CSS?
As HSL: color: hsl(329, 9%, 32%); — As HEX: color: #594A52; — As RGB: color: rgb(89, 74, 82); — Tailwind CSS: bg-[hsl(329,9%,32%)] — CSS variable: --color-primary: hsl(329, 9%, 32%);