HSL(84, 9%, 32%)
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(84,9%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 9%, 32%) | color: hsl(84, 9%, 32%) | |
| HEX | #53594A | color: #53594A | |
| RGB | rgb(83, 89, 74) | color: rgb(83, 89, 74) | |
| CMYK | cmyk(7%, 0%, 17%, 65%) | — | |
| HSV | hsv(84, 17%, 35%) | — | |
| HWB | hwb(84 29% 65%) | color: hwb(84 29% 65%) | |
| OKLCH | oklch(0.454 0.0249 125.15) | color: oklch(0.454 0.0249 125.15) | |
| Lab | lab(36.89 -5.47 7.89) | color: lab(36.89 -5.47 7.89) | |
| LCH | lch(36.89 9.6 124.73) | color: lch(36.89 9.6 124.73) |
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)
#56564E — rgb(86, 86, 78)
Deuteranopia (Green-blind)
#55554F — rgb(85, 85, 79)
Tritanopia (Blue-blind)
#535051 — rgb(83, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 9%, 32%);
text
color: hsl(84, 9%, 32%);
border
border: 2px solid hsl(84, 9%, 32%);
gradient light
background: linear-gradient(to right, hsl(84, 9%, 52%), hsl(84, 9%, 32%));
gradient dark
background: linear-gradient(to right, hsl(84, 9%, 32%), hsl(84, 9%, 12%))
hex
background-color: #53594A;
tailwind
bg-[hsl(84,9%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 9%, 32%, 0.4);
css variable
--color-primary: hsl(84, 9%, 32%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(84, 9%, 32%)?
HEX: #53594A | RGB: rgb(83, 89, 74) | CMYK: 7%, 0%, 17%, 65% | HSV: 84°, 17%, 35%. Copy any format from the conversion table above.
What colors go well with #53594A?
The complementary color is HSL(264, 9%, 32%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 9%, 32%) in CSS?
As HSL: color: hsl(84, 9%, 32%); — As HEX: color: #53594A; — As RGB: color: rgb(83, 89, 74); — Tailwind CSS: bg-[hsl(84,9%,32%)] — CSS variable: --color-primary: hsl(84, 9%, 32%);