HSL(47, 3%, 66%)
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(47,3%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 3%, 66%) | color: hsl(47, 3%, 66%) | |
| HEX | #ABAAA6 | color: #ABAAA6 | |
| RGB | rgb(171, 170, 166) | color: rgb(171, 170, 166) | |
| CMYK | cmyk(0%, 1%, 3%, 33%) | — | |
| HSV | hsv(48, 3%, 67%) | — | |
| HWB | hwb(48 65% 33%) | color: hwb(48 65% 33%) | |
| OKLCH | oklch(0.7377 0.0058 95.13) | color: oklch(0.7377 0.0058 95.13) | |
| Lab | lab(69.58 -0.39 2.18) | color: lab(69.58 -0.39 2.18) | |
| LCH | lch(69.58 2.21 100.14) | color: lch(69.58 2.21 100.14) |
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)
#ABABA7 — rgb(171, 171, 167)
Deuteranopia (Green-blind)
#ABABA7 — rgb(171, 171, 167)
Tritanopia (Blue-blind)
#ABA8A8 — rgb(171, 168, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 3%, 66%);
text
color: hsl(47, 3%, 66%);
border
border: 2px solid hsl(47, 3%, 66%);
gradient light
background: linear-gradient(to right, hsl(47, 3%, 86%), hsl(47, 3%, 66%));
gradient dark
background: linear-gradient(to right, hsl(47, 3%, 66%), hsl(47, 3%, 46%))
hex
background-color: #ABAAA6;
tailwind
bg-[hsl(47,3%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 3%, 66%, 0.4);
css variable
--color-primary: hsl(47, 3%, 66%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(47, 3%, 66%)?
HEX: #ABAAA6 | RGB: rgb(171, 170, 166) | CMYK: 0%, 1%, 3%, 33% | HSV: 48°, 3%, 67%. Copy any format from the conversion table above.
What colors go well with #ABAAA6?
The complementary color is HSL(227, 3%, 66%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 3%, 66%) in CSS?
As HSL: color: hsl(47, 3%, 66%); — As HEX: color: #ABAAA6; — As RGB: color: rgb(171, 170, 166); — Tailwind CSS: bg-[hsl(47,3%,66%)] — CSS variable: --color-primary: hsl(47, 3%, 66%);