HSL(32, 3%, 53%)
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%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 3%, 53%) | color: hsl(32, 3%, 53%) | |
| HEX | #8B8784 | color: #8B8784 | |
| RGB | rgb(139, 135, 132) | color: rgb(139, 135, 132) | |
| CMYK | cmyk(0%, 3%, 5%, 45%) | — | |
| HSV | hsv(26, 5%, 55%) | — | |
| HWB | hwb(26 52% 45%) | color: hwb(26 52% 45%) | |
| OKLCH | oklch(0.6259 0.0066 59.59) | color: oklch(0.6259 0.0066 59.59) | |
| Lab | lab(56.57 0.92 2.14) | color: lab(56.57 0.92 2.14) | |
| LCH | lch(56.57 2.33 66.74) | color: lch(56.57 2.33 66.74) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#898985 — rgb(137, 137, 133)
Deuteranopia (Green-blind)
#8A8A85 — rgb(138, 138, 133)
Tritanopia (Blue-blind)
#8B8585 — rgb(139, 133, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 3%, 53%);
text
color: hsl(32, 3%, 53%);
border
border: 2px solid hsl(32, 3%, 53%);
gradient light
background: linear-gradient(to right, hsl(32, 3%, 73%), hsl(32, 3%, 53%));
gradient dark
background: linear-gradient(to right, hsl(32, 3%, 53%), hsl(32, 3%, 33%))
hex
background-color: #8B8784;
tailwind
bg-[hsl(32,3%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 3%, 53%, 0.4);
css variable
--color-primary: hsl(32, 3%, 53%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(32, 3%, 53%)?
HEX: #8B8784 | RGB: rgb(139, 135, 132) | CMYK: 0%, 3%, 5%, 45% | HSV: 26°, 5%, 55%. Copy any format from the conversion table above.
What colors go well with #8B8784?
The complementary color is HSL(212, 3%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(32, 3%, 53%); — As HEX: color: #8B8784; — As RGB: color: rgb(139, 135, 132); — Tailwind CSS: bg-[hsl(32,3%,53%)] — CSS variable: --color-primary: hsl(32, 3%, 53%);