HSL(328, 1%, 64%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(328,1%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 1%, 64%) | color: hsl(328, 1%, 64%) | |
| HEX | #A4A2A3 | color: #A4A2A3 | |
| RGB | rgb(164, 162, 163) | color: rgb(164, 162, 163) | |
| CMYK | cmyk(0%, 1%, 1%, 36%) | — | |
| HSV | hsv(330, 1%, 64%) | — | |
| HWB | hwb(330 63% 36%) | color: hwb(330 63% 36%) | |
| OKLCH | oklch(0.7142 0.0027 345.24) | color: oklch(0.7142 0.0027 345.24) | |
| Lab | lab(66.81 0.91 -0.26) | color: lab(66.81 0.91 -0.26) | |
| LCH | lch(66.81 0.95 344.05) | color: lch(66.81 0.95 344.05) |
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)
#A3A3A3 — rgb(163, 163, 163)
Deuteranopia (Green-blind)
#A3A3A3 — rgb(163, 163, 163)
Tritanopia (Blue-blind)
#A4A3A3 — rgb(164, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 1%, 64%);
text
color: hsl(328, 1%, 64%);
border
border: 2px solid hsl(328, 1%, 64%);
gradient light
background: linear-gradient(to right, hsl(328, 1%, 84%), hsl(328, 1%, 64%));
gradient dark
background: linear-gradient(to right, hsl(328, 1%, 64%), hsl(328, 1%, 44%))
hex
background-color: #A4A2A3;
tailwind
bg-[hsl(328,1%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 1%, 64%, 0.4);
css variable
--color-primary: hsl(328, 1%, 64%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(328, 1%, 64%)?
HEX: #A4A2A3 | RGB: rgb(164, 162, 163) | CMYK: 0%, 1%, 1%, 36% | HSV: 330°, 1%, 64%. Copy any format from the conversion table above.
What colors go well with #A4A2A3?
The complementary color is HSL(148, 1%, 64%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 1%, 64%) in CSS?
As HSL: color: hsl(328, 1%, 64%); — As HEX: color: #A4A2A3; — As RGB: color: rgb(164, 162, 163); — Tailwind CSS: bg-[hsl(328,1%,64%)] — CSS variable: --color-primary: hsl(328, 1%, 64%);