HSL(221, 3%, 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,3%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 3%, 70%) | color: hsl(221, 3%, 70%) | |
| HEX | #B0B2B5 | color: #B0B2B5 | |
| RGB | rgb(176, 178, 181) | color: rgb(176, 178, 181) | |
| CMYK | cmyk(3%, 2%, 0%, 29%) | — | |
| HSV | hsv(216, 3%, 71%) | — | |
| HWB | hwb(216 69% 29%) | color: hwb(216 69% 29%) | |
| OKLCH | oklch(0.7629 0.0048 258.33) | color: oklch(0.7629 0.0048 258.33) | |
| Lab | lab(72.5 -0.13 -1.77) | color: lab(72.5 -0.13 -1.77) | |
| LCH | lch(72.5 1.77 265.8) | color: lch(72.5 1.77 265.8) |
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)
#B1B1B4 — rgb(177, 177, 180)
Deuteranopia (Green-blind)
#B1B1B4 — rgb(177, 177, 180)
Tritanopia (Blue-blind)
#B0B4B4 — rgb(176, 180, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 3%, 70%);
text
color: hsl(221, 3%, 70%);
border
border: 2px solid hsl(221, 3%, 70%);
gradient light
background: linear-gradient(to right, hsl(221, 3%, 90%), hsl(221, 3%, 70%));
gradient dark
background: linear-gradient(to right, hsl(221, 3%, 70%), hsl(221, 3%, 50%))
hex
background-color: #B0B2B5;
tailwind
bg-[hsl(221,3%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 3%, 70%, 0.4);
css variable
--color-primary: hsl(221, 3%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(221, 3%, 70%)?
HEX: #B0B2B5 | RGB: rgb(176, 178, 181) | CMYK: 3%, 2%, 0%, 29% | HSV: 216°, 3%, 71%. Copy any format from the conversion table above.
What colors go well with #B0B2B5?
The complementary color is HSL(41, 3%, 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, 3%, 70%) in CSS?
As HSL: color: hsl(221, 3%, 70%); — As HEX: color: #B0B2B5; — As RGB: color: rgb(176, 178, 181); — Tailwind CSS: bg-[hsl(221,3%,70%)] — CSS variable: --color-primary: hsl(221, 3%, 70%);