HSL(39, 9%, 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(39,9%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 9%, 70%) | color: hsl(39, 9%, 70%) | |
| HEX | #B9B5AC | color: #B9B5AC | |
| RGB | rgb(185, 181, 172) | color: rgb(185, 181, 172) | |
| CMYK | cmyk(0%, 2%, 7%, 27%) | — | |
| HSV | hsv(42, 7%, 73%) | — | |
| HWB | hwb(42 68% 27%) | color: hwb(42 68% 27%) | |
| OKLCH | oklch(0.7738 0.0134 86.84) | color: oklch(0.7738 0.0134 86.84) | |
| Lab | lab(73.77 -0.2 5.08) | color: lab(73.77 -0.2 5.08) | |
| LCH | lch(73.77 5.08 92.25) | color: lch(73.77 5.08 92.25) |
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)
#B7B7AE — rgb(183, 183, 174)
Deuteranopia (Green-blind)
#B8B8AF — rgb(184, 184, 175)
Tritanopia (Blue-blind)
#B9B0B0 — rgb(185, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 9%, 70%);
text
color: hsl(39, 9%, 70%);
border
border: 2px solid hsl(39, 9%, 70%);
gradient light
background: linear-gradient(to right, hsl(39, 9%, 90%), hsl(39, 9%, 70%));
gradient dark
background: linear-gradient(to right, hsl(39, 9%, 70%), hsl(39, 9%, 50%))
hex
background-color: #B9B5AC;
tailwind
bg-[hsl(39,9%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 9%, 70%, 0.4);
css variable
--color-primary: hsl(39, 9%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(39, 9%, 70%)?
HEX: #B9B5AC | RGB: rgb(185, 181, 172) | CMYK: 0%, 2%, 7%, 27% | HSV: 42°, 7%, 73%. Copy any format from the conversion table above.
What colors go well with #B9B5AC?
The complementary color is HSL(219, 9%, 70%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 9%, 70%) in CSS?
As HSL: color: hsl(39, 9%, 70%); — As HEX: color: #B9B5AC; — As RGB: color: rgb(185, 181, 172); — Tailwind CSS: bg-[hsl(39,9%,70%)] — CSS variable: --color-primary: hsl(39, 9%, 70%);