HSL(217, 3%, 67%)
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(217,3%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 3%, 67%) | color: hsl(217, 3%, 67%) | |
| HEX | #A8AAAD | color: #A8AAAD | |
| RGB | rgb(168, 170, 173) | color: rgb(168, 170, 173) | |
| CMYK | cmyk(3%, 2%, 0%, 32%) | — | |
| HSV | hsv(216, 3%, 68%) | — | |
| HWB | hwb(216 66% 32%) | color: hwb(216 66% 32%) | |
| OKLCH | oklch(0.7373 0.0049 258.33) | color: oklch(0.7373 0.0049 258.33) | |
| Lab | lab(69.53 -0.13 -1.79) | color: lab(69.53 -0.13 -1.79) | |
| LCH | lch(69.53 1.79 265.85) | color: lch(69.53 1.79 265.85) |
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)
#A9A9AC — rgb(169, 169, 172)
Deuteranopia (Green-blind)
#A9A9AC — rgb(169, 169, 172)
Tritanopia (Blue-blind)
#A8ACAC — rgb(168, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 3%, 67%);
text
color: hsl(217, 3%, 67%);
border
border: 2px solid hsl(217, 3%, 67%);
gradient light
background: linear-gradient(to right, hsl(217, 3%, 87%), hsl(217, 3%, 67%));
gradient dark
background: linear-gradient(to right, hsl(217, 3%, 67%), hsl(217, 3%, 47%))
hex
background-color: #A8AAAD;
tailwind
bg-[hsl(217,3%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 3%, 67%, 0.4);
css variable
--color-primary: hsl(217, 3%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(217, 3%, 67%)?
HEX: #A8AAAD | RGB: rgb(168, 170, 173) | CMYK: 3%, 2%, 0%, 32% | HSV: 216°, 3%, 68%. Copy any format from the conversion table above.
What colors go well with #A8AAAD?
The complementary color is HSL(37, 3%, 67%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 3%, 67%) in CSS?
As HSL: color: hsl(217, 3%, 67%); — As HEX: color: #A8AAAD; — As RGB: color: rgb(168, 170, 173); — Tailwind CSS: bg-[hsl(217,3%,67%)] — CSS variable: --color-primary: hsl(217, 3%, 67%);