HSL(29, 9%, 68%)
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(29,9%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 9%, 68%) | color: hsl(29, 9%, 68%) | |
| HEX | #B5ADA6 | color: #B5ADA6 | |
| RGB | rgb(181, 173, 166) | color: rgb(181, 173, 166) | |
| CMYK | cmyk(0%, 4%, 8%, 29%) | — | |
| HSV | hsv(28, 8%, 71%) | — | |
| HWB | hwb(28 65% 29%) | color: hwb(28 65% 29%) | |
| OKLCH | oklch(0.7523 0.0135 63.86) | color: oklch(0.7523 0.0135 63.86) | |
| Lab | lab(71.19 1.61 4.61) | color: lab(71.19 1.61 4.61) | |
| LCH | lch(71.19 4.88 70.75) | color: lch(71.19 4.88 70.75) |
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)
#B2B1A8 — rgb(178, 177, 168)
Deuteranopia (Green-blind)
#B2B3A8 — rgb(178, 179, 168)
Tritanopia (Blue-blind)
#B5A9A9 — rgb(181, 169, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 9%, 68%);
text
color: hsl(29, 9%, 68%);
border
border: 2px solid hsl(29, 9%, 68%);
gradient light
background: linear-gradient(to right, hsl(29, 9%, 88%), hsl(29, 9%, 68%));
gradient dark
background: linear-gradient(to right, hsl(29, 9%, 68%), hsl(29, 9%, 48%))
hex
background-color: #B5ADA6;
tailwind
bg-[hsl(29,9%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 9%, 68%, 0.4);
css variable
--color-primary: hsl(29, 9%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(29, 9%, 68%)?
HEX: #B5ADA6 | RGB: rgb(181, 173, 166) | CMYK: 0%, 4%, 8%, 29% | HSV: 28°, 8%, 71%. Copy any format from the conversion table above.
What colors go well with #B5ADA6?
The complementary color is HSL(209, 9%, 68%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 9%, 68%) in CSS?
As HSL: color: hsl(29, 9%, 68%); — As HEX: color: #B5ADA6; — As RGB: color: rgb(181, 173, 166); — Tailwind CSS: bg-[hsl(29,9%,68%)] — CSS variable: --color-primary: hsl(29, 9%, 68%);