HSL(32, 3%, 62%)
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%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 3%, 62%) | color: hsl(32, 3%, 62%) | |
| HEX | #A19E9B | color: #A19E9B | |
| RGB | rgb(161, 158, 155) | color: rgb(161, 158, 155) | |
| CMYK | cmyk(0%, 2%, 4%, 37%) | — | |
| HSV | hsv(30, 4%, 63%) | — | |
| HWB | hwb(30 60% 37%) | color: hwb(30 60% 37%) | |
| OKLCH | oklch(0.7009 0.0056 67.73) | color: oklch(0.7009 0.0056 67.73) | |
| Lab | lab(65.28 0.52 1.95) | color: lab(65.28 0.52 1.95) | |
| LCH | lch(65.28 2.02 75.07) | color: lch(65.28 2.02 75.07) |
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)
#A0A09C — rgb(160, 160, 156)
Deuteranopia (Green-blind)
#A0A09C — rgb(160, 160, 156)
Tritanopia (Blue-blind)
#A19C9C — rgb(161, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 3%, 62%);
text
color: hsl(32, 3%, 62%);
border
border: 2px solid hsl(32, 3%, 62%);
gradient light
background: linear-gradient(to right, hsl(32, 3%, 82%), hsl(32, 3%, 62%));
gradient dark
background: linear-gradient(to right, hsl(32, 3%, 62%), hsl(32, 3%, 42%))
hex
background-color: #A19E9B;
tailwind
bg-[hsl(32,3%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 3%, 62%, 0.4);
css variable
--color-primary: hsl(32, 3%, 62%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(32, 3%, 62%)?
HEX: #A19E9B | RGB: rgb(161, 158, 155) | CMYK: 0%, 2%, 4%, 37% | HSV: 30°, 4%, 63%. Copy any format from the conversion table above.
What colors go well with #A19E9B?
The complementary color is HSL(212, 3%, 62%). 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%, 62%) in CSS?
As HSL: color: hsl(32, 3%, 62%); — As HEX: color: #A19E9B; — As RGB: color: rgb(161, 158, 155); — Tailwind CSS: bg-[hsl(32,3%,62%)] — CSS variable: --color-primary: hsl(32, 3%, 62%);