HSL(143, 5%, 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(143,5%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 5%, 66%) | color: hsl(143, 5%, 66%) | |
| HEX | #A4ADA7 | color: #A4ADA7 | |
| RGB | rgb(164, 173, 167) | color: rgb(164, 173, 167) | |
| CMYK | cmyk(5%, 0%, 3%, 32%) | — | |
| HSV | hsv(140, 5%, 68%) | — | |
| HWB | hwb(140 65% 32%) | color: hwb(140 65% 32%) | |
| OKLCH | oklch(0.7387 0.0132 156.9) | color: oklch(0.7387 0.0132 156.9) | |
| Lab | lab(69.87 -4.31 1.98) | color: lab(69.87 -4.31 1.98) | |
| LCH | lch(69.87 4.74 155.33) | color: lch(69.87 4.74 155.33) |
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)
#A8A8A8 — rgb(168, 168, 168)
Deuteranopia (Green-blind)
#A7A7A9 — rgb(167, 167, 169)
Tritanopia (Blue-blind)
#A4AAAA — rgb(164, 170, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 5%, 66%);
text
color: hsl(143, 5%, 66%);
border
border: 2px solid hsl(143, 5%, 66%);
gradient light
background: linear-gradient(to right, hsl(143, 5%, 86%), hsl(143, 5%, 66%));
gradient dark
background: linear-gradient(to right, hsl(143, 5%, 66%), hsl(143, 5%, 46%))
hex
background-color: #A4ADA7;
tailwind
bg-[hsl(143,5%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 5%, 66%, 0.4);
css variable
--color-primary: hsl(143, 5%, 66%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(143, 5%, 66%)?
HEX: #A4ADA7 | RGB: rgb(164, 173, 167) | CMYK: 5%, 0%, 3%, 32% | HSV: 140°, 5%, 68%. Copy any format from the conversion table above.
What colors go well with #A4ADA7?
The complementary color is HSL(323, 5%, 66%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 5%, 66%) in CSS?
As HSL: color: hsl(143, 5%, 66%); — As HEX: color: #A4ADA7; — As RGB: color: rgb(164, 173, 167); — Tailwind CSS: bg-[hsl(143,5%,66%)] — CSS variable: --color-primary: hsl(143, 5%, 66%);