HSL(201, 2%, 64%)
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(201,2%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 2%, 64%) | color: hsl(201, 2%, 64%) | |
| HEX | #A1A4A5 | color: #A1A4A5 | |
| RGB | rgb(161, 164, 165) | color: rgb(161, 164, 165) | |
| CMYK | cmyk(2%, 1%, 0%, 35%) | — | |
| HSV | hsv(195, 2%, 65%) | — | |
| HWB | hwb(195 64% 35%) | color: hwb(195 64% 35%) | |
| OKLCH | oklch(0.7166 0.0037 219.55) | color: oklch(0.7166 0.0037 219.55) | |
| Lab | lab(67.16 -0.88 -0.89) | color: lab(67.16 -0.88 -0.89) | |
| LCH | lch(67.16 1.25 225.32) | color: lch(67.16 1.25 225.32) |
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)
#A2A2A5 — rgb(162, 162, 165)
Deuteranopia (Green-blind)
#A2A2A5 — rgb(162, 162, 165)
Tritanopia (Blue-blind)
#A1A5A5 — rgb(161, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 2%, 64%);
text
color: hsl(201, 2%, 64%);
border
border: 2px solid hsl(201, 2%, 64%);
gradient light
background: linear-gradient(to right, hsl(201, 2%, 84%), hsl(201, 2%, 64%));
gradient dark
background: linear-gradient(to right, hsl(201, 2%, 64%), hsl(201, 2%, 44%))
hex
background-color: #A1A4A5;
tailwind
bg-[hsl(201,2%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 2%, 64%, 0.4);
css variable
--color-primary: hsl(201, 2%, 64%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(201, 2%, 64%)?
HEX: #A1A4A5 | RGB: rgb(161, 164, 165) | CMYK: 2%, 1%, 0%, 35% | HSV: 195°, 2%, 65%. Copy any format from the conversion table above.
What colors go well with #A1A4A5?
The complementary color is HSL(21, 2%, 64%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 2%, 64%) in CSS?
As HSL: color: hsl(201, 2%, 64%); — As HEX: color: #A1A4A5; — As RGB: color: rgb(161, 164, 165); — Tailwind CSS: bg-[hsl(201,2%,64%)] — CSS variable: --color-primary: hsl(201, 2%, 64%);