HSL(96, 8%, 75%)
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(96,8%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 8%, 75%) | color: hsl(96, 8%, 75%) | |
| HEX | #BEC4BA | color: #BEC4BA | |
| RGB | rgb(190, 196, 186) | color: rgb(190, 196, 186) | |
| CMYK | cmyk(3%, 0%, 5%, 23%) | — | |
| HSV | hsv(96, 5%, 77%) | — | |
| HWB | hwb(96 73% 23%) | color: hwb(96 73% 23%) | |
| OKLCH | oklch(0.8127 0.0153 132.5) | color: oklch(0.8127 0.0153 132.5) | |
| Lab | lab(78.45 -3.91 4.3) | color: lab(78.45 -3.91 4.3) | |
| LCH | lch(78.45 5.81 132.28) | color: lch(78.45 5.81 132.28) |
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)
#C1C1BC — rgb(193, 193, 188)
Deuteranopia (Green-blind)
#C0C0BD — rgb(192, 192, 189)
Tritanopia (Blue-blind)
#BEBEBF — rgb(190, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 8%, 75%);
text
color: hsl(96, 8%, 75%);
border
border: 2px solid hsl(96, 8%, 75%);
gradient light
background: linear-gradient(to right, hsl(96, 8%, 95%), hsl(96, 8%, 75%));
gradient dark
background: linear-gradient(to right, hsl(96, 8%, 75%), hsl(96, 8%, 55%))
hex
background-color: #BEC4BA;
tailwind
bg-[hsl(96,8%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 8%, 75%, 0.4);
css variable
--color-primary: hsl(96, 8%, 75%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(96, 8%, 75%)?
HEX: #BEC4BA | RGB: rgb(190, 196, 186) | CMYK: 3%, 0%, 5%, 23% | HSV: 96°, 5%, 77%. Copy any format from the conversion table above.
What colors go well with #BEC4BA?
The complementary color is HSL(276, 8%, 75%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 8%, 75%) in CSS?
As HSL: color: hsl(96, 8%, 75%); — As HEX: color: #BEC4BA; — As RGB: color: rgb(190, 196, 186); — Tailwind CSS: bg-[hsl(96,8%,75%)] — CSS variable: --color-primary: hsl(96, 8%, 75%);