HSL(357, 2%, 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(357,2%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 2%, 62%) | color: hsl(357, 2%, 62%) | |
| HEX | #A09C9C | color: #A09C9C | |
| RGB | rgb(160, 156, 156) | color: rgb(160, 156, 156) | |
| CMYK | cmyk(0%, 2%, 2%, 37%) | — | |
| HSV | hsv(0, 2%, 63%) | — | |
| HWB | hwb(0 62% 37%) | color: hwb(0 62% 37%) | |
| OKLCH | oklch(0.6961 0.0047 17.27) | color: oklch(0.6961 0.0047 17.27) | |
| Lab | lab(64.68 1.45 0.51) | color: lab(64.68 1.45 0.51) | |
| LCH | lch(64.68 1.54 19.38) | color: lch(64.68 1.54 19.38) |
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)
#9E9E9C — rgb(158, 158, 156)
Deuteranopia (Green-blind)
#9F9F9C — rgb(159, 159, 156)
Tritanopia (Blue-blind)
#A09C9C — rgb(160, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 2%, 62%);
text
color: hsl(357, 2%, 62%);
border
border: 2px solid hsl(357, 2%, 62%);
gradient light
background: linear-gradient(to right, hsl(357, 2%, 82%), hsl(357, 2%, 62%));
gradient dark
background: linear-gradient(to right, hsl(357, 2%, 62%), hsl(357, 2%, 42%))
hex
background-color: #A09C9C;
tailwind
bg-[hsl(357,2%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 2%, 62%, 0.4);
css variable
--color-primary: hsl(357, 2%, 62%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 2%, 62%)?
HEX: #A09C9C | RGB: rgb(160, 156, 156) | CMYK: 0%, 2%, 2%, 37% | HSV: 0°, 2%, 63%. Copy any format from the conversion table above.
What colors go well with #A09C9C?
The complementary color is HSL(177, 2%, 62%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 2%, 62%) in CSS?
As HSL: color: hsl(357, 2%, 62%); — As HEX: color: #A09C9C; — As RGB: color: rgb(160, 156, 156); — Tailwind CSS: bg-[hsl(357,2%,62%)] — CSS variable: --color-primary: hsl(357, 2%, 62%);