HSL(292, 3%, 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(292,3%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 3%, 66%) | color: hsl(292, 3%, 66%) | |
| HEX | #AAA6AB | color: #AAA6AB | |
| RGB | rgb(170, 166, 171) | color: rgb(170, 166, 171) | |
| CMYK | cmyk(1%, 3%, 0%, 33%) | — | |
| HSV | hsv(288, 3%, 67%) | — | |
| HWB | hwb(288 65% 33%) | color: hwb(288 65% 33%) | |
| OKLCH | oklch(0.73 0.0084 319.45) | color: oklch(0.73 0.0084 319.45) | |
| Lab | lab(68.58 2.37 -2.07) | color: lab(68.58 2.37 -2.07) | |
| LCH | lch(68.58 3.15 318.87) | color: lch(68.58 3.15 318.87) |
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)
#A8A8AA — rgb(168, 168, 170)
Deuteranopia (Green-blind)
#A9A9AA — rgb(169, 169, 170)
Tritanopia (Blue-blind)
#AAA9A9 — rgb(170, 169, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 3%, 66%);
text
color: hsl(292, 3%, 66%);
border
border: 2px solid hsl(292, 3%, 66%);
gradient light
background: linear-gradient(to right, hsl(292, 3%, 86%), hsl(292, 3%, 66%));
gradient dark
background: linear-gradient(to right, hsl(292, 3%, 66%), hsl(292, 3%, 46%))
hex
background-color: #AAA6AB;
tailwind
bg-[hsl(292,3%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 3%, 66%, 0.4);
css variable
--color-primary: hsl(292, 3%, 66%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(292, 3%, 66%)?
HEX: #AAA6AB | RGB: rgb(170, 166, 171) | CMYK: 1%, 3%, 0%, 33% | HSV: 288°, 3%, 67%. Copy any format from the conversion table above.
What colors go well with #AAA6AB?
The complementary color is HSL(112, 3%, 66%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 3%, 66%) in CSS?
As HSL: color: hsl(292, 3%, 66%); — As HEX: color: #AAA6AB; — As RGB: color: rgb(170, 166, 171); — Tailwind CSS: bg-[hsl(292,3%,66%)] — CSS variable: --color-primary: hsl(292, 3%, 66%);