HSL(24, 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(24,9%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 9%, 69%) | color: hsl(24, 9%, 69%) | |
| HEX | #B7AFA9 | color: #B7AFA9 | |
| RGB | rgb(183, 175, 169) | color: rgb(183, 175, 169) | |
| CMYK | cmyk(0%, 4%, 8%, 28%) | — | |
| HSV | hsv(26, 8%, 72%) | — | |
| HWB | hwb(26 66% 28%) | color: hwb(26 66% 28%) | |
| OKLCH | oklch(0.7589 0.0125 59.51) | color: oklch(0.7589 0.0125 59.51) | |
| Lab | lab(71.96 1.78 4.09) | color: lab(71.96 1.78 4.09) | |
| LCH | lch(71.96 4.46 66.48) | color: lch(71.96 4.46 66.48) |
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)
#B4B3AA — rgb(180, 179, 170)
Deuteranopia (Green-blind)
#B4B5AB — rgb(180, 181, 171)
Tritanopia (Blue-blind)
#B7ACAC — rgb(183, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 9%, 69%);
text
color: hsl(24, 9%, 69%);
border
border: 2px solid hsl(24, 9%, 69%);
gradient light
background: linear-gradient(to right, hsl(24, 9%, 89%), hsl(24, 9%, 69%));
gradient dark
background: linear-gradient(to right, hsl(24, 9%, 69%), hsl(24, 9%, 49%))
hex
background-color: #B7AFA9;
tailwind
bg-[hsl(24,9%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 9%, 69%, 0.4);
css variable
--color-primary: hsl(24, 9%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(24, 9%, 69%)?
HEX: #B7AFA9 | RGB: rgb(183, 175, 169) | CMYK: 0%, 4%, 8%, 28% | HSV: 26°, 8%, 72%. Copy any format from the conversion table above.
What colors go well with #B7AFA9?
The complementary color is HSL(204, 9%, 69%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 9%, 69%) in CSS?
As HSL: color: hsl(24, 9%, 69%); — As HEX: color: #B7AFA9; — As RGB: color: rgb(183, 175, 169); — Tailwind CSS: bg-[hsl(24,9%,69%)] — CSS variable: --color-primary: hsl(24, 9%, 69%);