HSL(53, 8%, 70%)
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(53,8%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 8%, 70%) | color: hsl(53, 8%, 70%) | |
| HEX | #B9B7AC | color: #B9B7AC | |
| RGB | rgb(185, 183, 172) | color: rgb(185, 183, 172) | |
| CMYK | cmyk(0%, 1%, 7%, 27%) | — | |
| HSV | hsv(51, 7%, 73%) | — | |
| HWB | hwb(51 68% 27%) | color: hwb(51 68% 27%) | |
| OKLCH | oklch(0.7779 0.0155 98.35) | color: oklch(0.7779 0.0155 98.35) | |
| Lab | lab(74.29 -1.27 5.84) | color: lab(74.29 -1.27 5.84) | |
| LCH | lch(74.29 5.98 102.27) | color: lch(74.29 5.98 102.27) |
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)
#B8B8AF — rgb(184, 184, 175)
Deuteranopia (Green-blind)
#B8B8AF — rgb(184, 184, 175)
Tritanopia (Blue-blind)
#B9B1B1 — rgb(185, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 8%, 70%);
text
color: hsl(53, 8%, 70%);
border
border: 2px solid hsl(53, 8%, 70%);
gradient light
background: linear-gradient(to right, hsl(53, 8%, 90%), hsl(53, 8%, 70%));
gradient dark
background: linear-gradient(to right, hsl(53, 8%, 70%), hsl(53, 8%, 50%))
hex
background-color: #B9B7AC;
tailwind
bg-[hsl(53,8%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 8%, 70%, 0.4);
css variable
--color-primary: hsl(53, 8%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(53, 8%, 70%)?
HEX: #B9B7AC | RGB: rgb(185, 183, 172) | CMYK: 0%, 1%, 7%, 27% | HSV: 51°, 7%, 73%. Copy any format from the conversion table above.
What colors go well with #B9B7AC?
The complementary color is HSL(233, 8%, 70%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 8%, 70%) in CSS?
As HSL: color: hsl(53, 8%, 70%); — As HEX: color: #B9B7AC; — As RGB: color: rgb(185, 183, 172); — Tailwind CSS: bg-[hsl(53,8%,70%)] — CSS variable: --color-primary: hsl(53, 8%, 70%);