HSL(1, 8%, 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(1,8%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 8%, 32%) | color: hsl(1, 8%, 32%) | |
| HEX | #584B4B | color: #584B4B | |
| RGB | rgb(88, 75, 75) | color: rgb(88, 75, 75) | |
| CMYK | cmyk(0%, 15%, 15%, 65%) | — | |
| HSV | hsv(0, 15%, 35%) | — | |
| HWB | hwb(0 30% 65%) | color: hwb(0 30% 65%) | |
| OKLCH | oklch(0.4259 0.0175 17.86) | color: oklch(0.4259 0.0175 17.86) | |
| Lab | lab(33.17 5.45 2.02) | color: lab(33.17 5.45 2.02) | |
| LCH | lch(33.17 5.81 20.34) | color: lch(33.17 5.81 20.34) |
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)
#52524B — rgb(82, 82, 75)
Deuteranopia (Green-blind)
#53544B — rgb(83, 84, 75)
Tritanopia (Blue-blind)
#574B4B — rgb(87, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 8%, 32%);
text
color: hsl(1, 8%, 32%);
border
border: 2px solid hsl(1, 8%, 32%);
gradient light
background: linear-gradient(to right, hsl(1, 8%, 52%), hsl(1, 8%, 32%));
gradient dark
background: linear-gradient(to right, hsl(1, 8%, 32%), hsl(1, 8%, 12%))
hex
background-color: #584B4B;
tailwind
bg-[hsl(1,8%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 8%, 32%, 0.4);
css variable
--color-primary: hsl(1, 8%, 32%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(1, 8%, 32%)?
HEX: #584B4B | RGB: rgb(88, 75, 75) | CMYK: 0%, 15%, 15%, 65% | HSV: 0°, 15%, 35%. Copy any format from the conversion table above.
What colors go well with #584B4B?
The complementary color is HSL(181, 8%, 32%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 8%, 32%) in CSS?
As HSL: color: hsl(1, 8%, 32%); — As HEX: color: #584B4B; — As RGB: color: rgb(88, 75, 75); — Tailwind CSS: bg-[hsl(1,8%,32%)] — CSS variable: --color-primary: hsl(1, 8%, 32%);