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