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