HSL(287, 7%, 66%)
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(287,7%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 7%, 66%) | color: hsl(287, 7%, 66%) | |
| HEX | #ACA2AE | color: #ACA2AE | |
| RGB | rgb(172, 162, 174) | color: rgb(172, 162, 174) | |
| CMYK | cmyk(1%, 7%, 0%, 32%) | — | |
| HSV | hsv(290, 7%, 68%) | — | |
| HWB | hwb(290 63% 32%) | color: hwb(290 63% 32%) | |
| OKLCH | oklch(0.7244 0.0205 320.58) | color: oklch(0.7244 0.0205 320.58) | |
| Lab | lab(67.77 5.86 -4.9) | color: lab(67.77 5.86 -4.9) | |
| LCH | lch(67.77 7.64 320.1) | color: lch(67.77 7.64 320.1) |
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)
#A8A8AB — rgb(168, 168, 171)
Deuteranopia (Green-blind)
#A8A9AA — rgb(168, 169, 170)
Tritanopia (Blue-blind)
#ACA9A8 — rgb(172, 169, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 7%, 66%);
text
color: hsl(287, 7%, 66%);
border
border: 2px solid hsl(287, 7%, 66%);
gradient light
background: linear-gradient(to right, hsl(287, 7%, 86%), hsl(287, 7%, 66%));
gradient dark
background: linear-gradient(to right, hsl(287, 7%, 66%), hsl(287, 7%, 46%))
hex
background-color: #ACA2AE;
tailwind
bg-[hsl(287,7%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 7%, 66%, 0.4);
css variable
--color-primary: hsl(287, 7%, 66%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(287, 7%, 66%)?
HEX: #ACA2AE | RGB: rgb(172, 162, 174) | CMYK: 1%, 7%, 0%, 32% | HSV: 290°, 7%, 68%. Copy any format from the conversion table above.
What colors go well with #ACA2AE?
The complementary color is HSL(107, 7%, 66%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 7%, 66%) in CSS?
As HSL: color: hsl(287, 7%, 66%); — As HEX: color: #ACA2AE; — As RGB: color: rgb(172, 162, 174); — Tailwind CSS: bg-[hsl(287,7%,66%)] — CSS variable: --color-primary: hsl(287, 7%, 66%);