HSL(22, 9%, 67%)
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(22,9%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 9%, 67%) | color: hsl(22, 9%, 67%) | |
| HEX | #B2A9A3 | color: #B2A9A3 | |
| RGB | rgb(178, 169, 163) | color: rgb(178, 169, 163) | |
| CMYK | cmyk(0%, 5%, 8%, 30%) | — | |
| HSV | hsv(24, 8%, 70%) | — | |
| HWB | hwb(24 64% 30%) | color: hwb(24 64% 30%) | |
| OKLCH | oklch(0.7406 0.0135 56.18) | color: oklch(0.7406 0.0135 56.18) | |
| Lab | lab(69.81 2.16 4.25) | color: lab(69.81 2.16 4.25) | |
| LCH | lch(69.81 4.77 63.06) | color: lch(69.81 4.77 63.06) |
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)
#AEAEA4 — rgb(174, 174, 164)
Deuteranopia (Green-blind)
#AFAFA5 — rgb(175, 175, 165)
Tritanopia (Blue-blind)
#B2A6A6 — rgb(178, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 9%, 67%);
text
color: hsl(22, 9%, 67%);
border
border: 2px solid hsl(22, 9%, 67%);
gradient light
background: linear-gradient(to right, hsl(22, 9%, 87%), hsl(22, 9%, 67%));
gradient dark
background: linear-gradient(to right, hsl(22, 9%, 67%), hsl(22, 9%, 47%))
hex
background-color: #B2A9A3;
tailwind
bg-[hsl(22,9%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 9%, 67%, 0.4);
css variable
--color-primary: hsl(22, 9%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(22, 9%, 67%)?
HEX: #B2A9A3 | RGB: rgb(178, 169, 163) | CMYK: 0%, 5%, 8%, 30% | HSV: 24°, 8%, 70%. Copy any format from the conversion table above.
What colors go well with #B2A9A3?
The complementary color is HSL(202, 9%, 67%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 9%, 67%) in CSS?
As HSL: color: hsl(22, 9%, 67%); — As HEX: color: #B2A9A3; — As RGB: color: rgb(178, 169, 163); — Tailwind CSS: bg-[hsl(22,9%,67%)] — CSS variable: --color-primary: hsl(22, 9%, 67%);