HSL(2, 3%, 67%)
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(2,3%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 3%, 67%) | color: hsl(2, 3%, 67%) | |
| HEX | #ADA8A8 | color: #ADA8A8 | |
| RGB | rgb(173, 168, 168) | color: rgb(173, 168, 168) | |
| CMYK | cmyk(0%, 3%, 3%, 32%) | — | |
| HSV | hsv(0, 3%, 68%) | — | |
| HWB | hwb(0 66% 32%) | color: hwb(0 66% 32%) | |
| OKLCH | oklch(0.7357 0.0058 17.29) | color: oklch(0.7357 0.0058 17.29) | |
| Lab | lab(69.27 1.79 0.64) | color: lab(69.27 1.79 0.64) | |
| LCH | lch(69.27 1.9 19.67) | color: lch(69.27 1.9 19.67) |
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)
#ABABA8 — rgb(171, 171, 168)
Deuteranopia (Green-blind)
#ABACA8 — rgb(171, 172, 168)
Tritanopia (Blue-blind)
#ADA8A8 — rgb(173, 168, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 3%, 67%);
text
color: hsl(2, 3%, 67%);
border
border: 2px solid hsl(2, 3%, 67%);
gradient light
background: linear-gradient(to right, hsl(2, 3%, 87%), hsl(2, 3%, 67%));
gradient dark
background: linear-gradient(to right, hsl(2, 3%, 67%), hsl(2, 3%, 47%))
hex
background-color: #ADA8A8;
tailwind
bg-[hsl(2,3%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 3%, 67%, 0.4);
css variable
--color-primary: hsl(2, 3%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(2, 3%, 67%)?
HEX: #ADA8A8 | RGB: rgb(173, 168, 168) | CMYK: 0%, 3%, 3%, 32% | HSV: 0°, 3%, 68%. Copy any format from the conversion table above.
What colors go well with #ADA8A8?
The complementary color is HSL(182, 3%, 67%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 3%, 67%) in CSS?
As HSL: color: hsl(2, 3%, 67%); — As HEX: color: #ADA8A8; — As RGB: color: rgb(173, 168, 168); — Tailwind CSS: bg-[hsl(2,3%,67%)] — CSS variable: --color-primary: hsl(2, 3%, 67%);