HSL(76, 8%, 72%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(76,8%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 8%, 72%) | color: hsl(76, 8%, 72%) | |
| HEX | #BABDB2 | color: #BABDB2 | |
| RGB | rgb(186, 189, 178) | color: rgb(186, 189, 178) | |
| CMYK | cmyk(2%, 0%, 6%, 26%) | — | |
| HSV | hsv(76, 6%, 74%) | — | |
| HWB | hwb(76 70% 26%) | color: hwb(76 70% 26%) | |
| OKLCH | oklch(0.7928 0.0156 119.18) | color: oklch(0.7928 0.0156 119.18) | |
| Lab | lab(76.1 -3.05 5.19) | color: lab(76.1 -3.05 5.19) | |
| LCH | lch(76.1 6.02 120.44) | color: lch(76.1 6.02 120.44) |
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)
#BBBBB5 — rgb(187, 187, 181)
Deuteranopia (Green-blind)
#BBBBB5 — rgb(187, 187, 181)
Tritanopia (Blue-blind)
#BAB7B7 — rgb(186, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 8%, 72%);
text
color: hsl(76, 8%, 72%);
border
border: 2px solid hsl(76, 8%, 72%);
gradient light
background: linear-gradient(to right, hsl(76, 8%, 92%), hsl(76, 8%, 72%));
gradient dark
background: linear-gradient(to right, hsl(76, 8%, 72%), hsl(76, 8%, 52%))
hex
background-color: #BABDB2;
tailwind
bg-[hsl(76,8%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 8%, 72%, 0.4);
css variable
--color-primary: hsl(76, 8%, 72%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(76, 8%, 72%)?
HEX: #BABDB2 | RGB: rgb(186, 189, 178) | CMYK: 2%, 0%, 6%, 26% | HSV: 76°, 6%, 74%. Copy any format from the conversion table above.
What colors go well with #BABDB2?
The complementary color is HSL(256, 8%, 72%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 8%, 72%) in CSS?
As HSL: color: hsl(76, 8%, 72%); — As HEX: color: #BABDB2; — As RGB: color: rgb(186, 189, 178); — Tailwind CSS: bg-[hsl(76,8%,72%)] — CSS variable: --color-primary: hsl(76, 8%, 72%);