HSL(302, 7%, 72%)
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(302,7%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 7%, 72%) | color: hsl(302, 7%, 72%) | |
| HEX | #BDB3BC | color: #BDB3BC | |
| RGB | rgb(189, 179, 188) | color: rgb(189, 179, 188) | |
| CMYK | cmyk(0%, 5%, 1%, 26%) | — | |
| HSV | hsv(306, 5%, 74%) | — | |
| HWB | hwb(306 70% 26%) | color: hwb(306 70% 26%) | |
| OKLCH | oklch(0.7777 0.0168 328.83) | color: oklch(0.7777 0.0168 328.83) | |
| Lab | lab(73.99 5.19 -3.3) | color: lab(73.99 5.19 -3.3) | |
| LCH | lch(73.99 6.15 327.55) | color: lch(73.99 6.15 327.55) |
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)
#B9B9BA — rgb(185, 185, 186)
Deuteranopia (Green-blind)
#B9BAB9 — rgb(185, 186, 185)
Tritanopia (Blue-blind)
#BDB8B8 — rgb(189, 184, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 7%, 72%);
text
color: hsl(302, 7%, 72%);
border
border: 2px solid hsl(302, 7%, 72%);
gradient light
background: linear-gradient(to right, hsl(302, 7%, 92%), hsl(302, 7%, 72%));
gradient dark
background: linear-gradient(to right, hsl(302, 7%, 72%), hsl(302, 7%, 52%))
hex
background-color: #BDB3BC;
tailwind
bg-[hsl(302,7%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 7%, 72%, 0.4);
css variable
--color-primary: hsl(302, 7%, 72%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(302, 7%, 72%)?
HEX: #BDB3BC | RGB: rgb(189, 179, 188) | CMYK: 0%, 5%, 1%, 26% | HSV: 306°, 5%, 74%. Copy any format from the conversion table above.
What colors go well with #BDB3BC?
The complementary color is HSL(122, 7%, 72%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 7%, 72%) in CSS?
As HSL: color: hsl(302, 7%, 72%); — As HEX: color: #BDB3BC; — As RGB: color: rgb(189, 179, 188); — Tailwind CSS: bg-[hsl(302,7%,72%)] — CSS variable: --color-primary: hsl(302, 7%, 72%);