HSL(70, 5%, 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(70,5%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 5%, 63%) | color: hsl(70, 5%, 63%) | |
| HEX | #A4A59C | color: #A4A59C | |
| RGB | rgb(164, 165, 156) | color: rgb(164, 165, 156) | |
| CMYK | cmyk(1%, 0%, 5%, 35%) | — | |
| HSV | hsv(67, 5%, 65%) | — | |
| HWB | hwb(67 62% 35%) | color: hwb(67 62% 35%) | |
| OKLCH | oklch(0.7185 0.0128 111.86) | color: oklch(0.7185 0.0128 111.86) | |
| Lab | lab(67.43 -2.03 4.54) | color: lab(67.43 -2.03 4.54) | |
| LCH | lch(67.43 4.97 114.09) | color: lch(67.43 4.97 114.09) |
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)
#A4A49E — rgb(164, 164, 158)
Deuteranopia (Green-blind)
#A4A49F — rgb(164, 164, 159)
Tritanopia (Blue-blind)
#A4A0A0 — rgb(164, 160, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 5%, 63%);
text
color: hsl(70, 5%, 63%);
border
border: 2px solid hsl(70, 5%, 63%);
gradient light
background: linear-gradient(to right, hsl(70, 5%, 83%), hsl(70, 5%, 63%));
gradient dark
background: linear-gradient(to right, hsl(70, 5%, 63%), hsl(70, 5%, 43%))
hex
background-color: #A4A59C;
tailwind
bg-[hsl(70,5%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 5%, 63%, 0.4);
css variable
--color-primary: hsl(70, 5%, 63%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(70, 5%, 63%)?
HEX: #A4A59C | RGB: rgb(164, 165, 156) | CMYK: 1%, 0%, 5%, 35% | HSV: 67°, 5%, 65%. Copy any format from the conversion table above.
What colors go well with #A4A59C?
The complementary color is HSL(250, 5%, 63%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 5%, 63%) in CSS?
As HSL: color: hsl(70, 5%, 63%); — As HEX: color: #A4A59C; — As RGB: color: rgb(164, 165, 156); — Tailwind CSS: bg-[hsl(70,5%,63%)] — CSS variable: --color-primary: hsl(70, 5%, 63%);