HSL(63, 7%, 73%)
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(63,7%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 7%, 73%) | color: hsl(63, 7%, 73%) | |
| HEX | #BEBFB5 | color: #BEBFB5 | |
| RGB | rgb(190, 191, 181) | color: rgb(190, 191, 181) | |
| CMYK | cmyk(1%, 0%, 5%, 25%) | — | |
| HSV | hsv(66, 5%, 75%) | — | |
| HWB | hwb(66 71% 25%) | color: hwb(66 71% 25%) | |
| OKLCH | oklch(0.801 0.0139 111.34) | color: oklch(0.801 0.0139 111.34) | |
| Lab | lab(77.01 -2.16 4.92) | color: lab(77.01 -2.16 4.92) | |
| LCH | lch(77.01 5.37 113.7) | color: lch(77.01 5.37 113.7) |
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)
#BEBEB7 — rgb(190, 190, 183)
Deuteranopia (Green-blind)
#BEBEB8 — rgb(190, 190, 184)
Tritanopia (Blue-blind)
#BEB9BA — rgb(190, 185, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 7%, 73%);
text
color: hsl(63, 7%, 73%);
border
border: 2px solid hsl(63, 7%, 73%);
gradient light
background: linear-gradient(to right, hsl(63, 7%, 93%), hsl(63, 7%, 73%));
gradient dark
background: linear-gradient(to right, hsl(63, 7%, 73%), hsl(63, 7%, 53%))
hex
background-color: #BEBFB5;
tailwind
bg-[hsl(63,7%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 7%, 73%, 0.4);
css variable
--color-primary: hsl(63, 7%, 73%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(63, 7%, 73%)?
HEX: #BEBFB5 | RGB: rgb(190, 191, 181) | CMYK: 1%, 0%, 5%, 25% | HSV: 66°, 5%, 75%. Copy any format from the conversion table above.
What colors go well with #BEBFB5?
The complementary color is HSL(243, 7%, 73%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 7%, 73%) in CSS?
As HSL: color: hsl(63, 7%, 73%); — As HEX: color: #BEBFB5; — As RGB: color: rgb(190, 191, 181); — Tailwind CSS: bg-[hsl(63,7%,73%)] — CSS variable: --color-primary: hsl(63, 7%, 73%);