HSL(57, 2%, 71%)
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(57,2%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 2%, 71%) | color: hsl(57, 2%, 71%) | |
| HEX | #B7B6B4 | color: #B7B6B4 | |
| RGB | rgb(183, 182, 180) | color: rgb(183, 182, 180) | |
| CMYK | cmyk(0%, 1%, 2%, 28%) | — | |
| HSV | hsv(40, 2%, 72%) | — | |
| HWB | hwb(40 71% 28%) | color: hwb(40 71% 28%) | |
| OKLCH | oklch(0.7765 0.003 84.56) | color: oklch(0.7765 0.003 84.56) | |
| Lab | lab(74.07 -0.02 1.14) | color: lab(74.07 -0.02 1.14) | |
| LCH | lch(74.07 1.14 91.01) | color: lch(74.07 1.14 91.01) |
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)
#B7B7B4 — rgb(183, 183, 180)
Deuteranopia (Green-blind)
#B7B7B5 — rgb(183, 183, 181)
Tritanopia (Blue-blind)
#B7B5B5 — rgb(183, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 2%, 71%);
text
color: hsl(57, 2%, 71%);
border
border: 2px solid hsl(57, 2%, 71%);
gradient light
background: linear-gradient(to right, hsl(57, 2%, 91%), hsl(57, 2%, 71%));
gradient dark
background: linear-gradient(to right, hsl(57, 2%, 71%), hsl(57, 2%, 51%))
hex
background-color: #B7B6B4;
tailwind
bg-[hsl(57,2%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 2%, 71%, 0.4);
css variable
--color-primary: hsl(57, 2%, 71%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(57, 2%, 71%)?
HEX: #B7B6B4 | RGB: rgb(183, 182, 180) | CMYK: 0%, 1%, 2%, 28% | HSV: 40°, 2%, 72%. Copy any format from the conversion table above.
What colors go well with #B7B6B4?
The complementary color is HSL(237, 2%, 71%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 2%, 71%) in CSS?
As HSL: color: hsl(57, 2%, 71%); — As HEX: color: #B7B6B4; — As RGB: color: rgb(183, 182, 180); — Tailwind CSS: bg-[hsl(57,2%,71%)] — CSS variable: --color-primary: hsl(57, 2%, 71%);