HSL(324, 9%, 69%)
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(324,9%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 9%, 69%) | color: hsl(324, 9%, 69%) | |
| HEX | #B7A9B1 | color: #B7A9B1 | |
| RGB | rgb(183, 169, 177) | color: rgb(183, 169, 177) | |
| CMYK | cmyk(0%, 8%, 3%, 28%) | — | |
| HSV | hsv(326, 8%, 72%) | — | |
| HWB | hwb(326 66% 28%) | color: hwb(326 66% 28%) | |
| OKLCH | oklch(0.7491 0.0195 342.19) | color: oklch(0.7491 0.0195 342.19) | |
| Lab | lab(70.61 6.48 -2.28) | color: lab(70.61 6.48 -2.28) | |
| LCH | lch(70.61 6.87 340.62) | color: lch(70.61 6.87 340.62) |
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)
#B1B1AF — rgb(177, 177, 175)
Deuteranopia (Green-blind)
#B2B3AF — rgb(178, 179, 175)
Tritanopia (Blue-blind)
#B6AEAD — rgb(182, 174, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 9%, 69%);
text
color: hsl(324, 9%, 69%);
border
border: 2px solid hsl(324, 9%, 69%);
gradient light
background: linear-gradient(to right, hsl(324, 9%, 89%), hsl(324, 9%, 69%));
gradient dark
background: linear-gradient(to right, hsl(324, 9%, 69%), hsl(324, 9%, 49%))
hex
background-color: #B7A9B1;
tailwind
bg-[hsl(324,9%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 9%, 69%, 0.4);
css variable
--color-primary: hsl(324, 9%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(324, 9%, 69%)?
HEX: #B7A9B1 | RGB: rgb(183, 169, 177) | CMYK: 0%, 8%, 3%, 28% | HSV: 326°, 8%, 72%. Copy any format from the conversion table above.
What colors go well with #B7A9B1?
The complementary color is HSL(144, 9%, 69%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 9%, 69%) in CSS?
As HSL: color: hsl(324, 9%, 69%); — As HEX: color: #B7A9B1; — As RGB: color: rgb(183, 169, 177); — Tailwind CSS: bg-[hsl(324,9%,69%)] — CSS variable: --color-primary: hsl(324, 9%, 69%);