HSL(86, 7%, 63%)
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(86,7%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 7%, 63%) | color: hsl(86, 7%, 63%) | |
| HEX | #A2A79A | color: #A2A79A | |
| RGB | rgb(162, 167, 154) | color: rgb(162, 167, 154) | |
| CMYK | cmyk(3%, 0%, 8%, 35%) | — | |
| HSV | hsv(83, 8%, 65%) | — | |
| HWB | hwb(83 60% 35%) | color: hwb(83 60% 35%) | |
| OKLCH | oklch(0.7206 0.0193 124.09) | color: oklch(0.7206 0.0193 124.09) | |
| Lab | lab(67.76 -4.21 6.11) | color: lab(67.76 -4.21 6.11) | |
| LCH | lch(67.76 7.42 124.57) | color: lch(67.76 7.42 124.57) |
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)
#A4A49D — rgb(164, 164, 157)
Deuteranopia (Green-blind)
#A4A49E — rgb(164, 164, 158)
Tritanopia (Blue-blind)
#A2A0A0 — rgb(162, 160, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 7%, 63%);
text
color: hsl(86, 7%, 63%);
border
border: 2px solid hsl(86, 7%, 63%);
gradient light
background: linear-gradient(to right, hsl(86, 7%, 83%), hsl(86, 7%, 63%));
gradient dark
background: linear-gradient(to right, hsl(86, 7%, 63%), hsl(86, 7%, 43%))
hex
background-color: #A2A79A;
tailwind
bg-[hsl(86,7%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 7%, 63%, 0.4);
css variable
--color-primary: hsl(86, 7%, 63%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(86, 7%, 63%)?
HEX: #A2A79A | RGB: rgb(162, 167, 154) | CMYK: 3%, 0%, 8%, 35% | HSV: 83°, 8%, 65%. Copy any format from the conversion table above.
What colors go well with #A2A79A?
The complementary color is HSL(266, 7%, 63%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 7%, 63%) in CSS?
As HSL: color: hsl(86, 7%, 63%); — As HEX: color: #A2A79A; — As RGB: color: rgb(162, 167, 154); — Tailwind CSS: bg-[hsl(86,7%,63%)] — CSS variable: --color-primary: hsl(86, 7%, 63%);