HSL(221, 7%, 70%)
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(221,7%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 7%, 70%) | color: hsl(221, 7%, 70%) | |
| HEX | #ADB1B8 | color: #ADB1B8 | |
| RGB | rgb(173, 177, 184) | color: rgb(173, 177, 184) | |
| CMYK | cmyk(6%, 4%, 0%, 28%) | — | |
| HSV | hsv(218, 6%, 72%) | — | |
| HWB | hwb(218 68% 28%) | color: hwb(218 68% 28%) | |
| OKLCH | oklch(0.7593 0.0109 261.78) | color: oklch(0.7593 0.0109 261.78) | |
| Lab | lab(72.09 -0.04 -4.05) | color: lab(72.09 -0.04 -4.05) | |
| LCH | lch(72.09 4.05 269.43) | color: lch(72.09 4.05 269.43) |
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)
#AFAFB6 — rgb(175, 175, 182)
Deuteranopia (Green-blind)
#AFAEB6 — rgb(175, 174, 182)
Tritanopia (Blue-blind)
#ADB5B5 — rgb(173, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 7%, 70%);
text
color: hsl(221, 7%, 70%);
border
border: 2px solid hsl(221, 7%, 70%);
gradient light
background: linear-gradient(to right, hsl(221, 7%, 90%), hsl(221, 7%, 70%));
gradient dark
background: linear-gradient(to right, hsl(221, 7%, 70%), hsl(221, 7%, 50%))
hex
background-color: #ADB1B8;
tailwind
bg-[hsl(221,7%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 7%, 70%, 0.4);
css variable
--color-primary: hsl(221, 7%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(221, 7%, 70%)?
HEX: #ADB1B8 | RGB: rgb(173, 177, 184) | CMYK: 6%, 4%, 0%, 28% | HSV: 218°, 6%, 72%. Copy any format from the conversion table above.
What colors go well with #ADB1B8?
The complementary color is HSL(41, 7%, 70%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 7%, 70%) in CSS?
As HSL: color: hsl(221, 7%, 70%); — As HEX: color: #ADB1B8; — As RGB: color: rgb(173, 177, 184); — Tailwind CSS: bg-[hsl(221,7%,70%)] — CSS variable: --color-primary: hsl(221, 7%, 70%);