HSL(219, 9%, 74%)
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(219,9%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 9%, 74%) | color: hsl(219, 9%, 74%) | |
| HEX | #B7BBC3 | color: #B7BBC3 | |
| RGB | rgb(183, 187, 195) | color: rgb(183, 187, 195) | |
| CMYK | cmyk(6%, 4%, 0%, 24%) | — | |
| HSV | hsv(220, 6%, 76%) | — | |
| HWB | hwb(220 71% 24%) | color: hwb(220 71% 24%) | |
| OKLCH | oklch(0.7913 0.0121 264.5) | color: oklch(0.7913 0.0121 264.5) | |
| Lab | lab(75.79 0.15 -4.51) | color: lab(75.79 0.15 -4.51) | |
| LCH | lch(75.79 4.51 271.9) | color: lch(75.79 4.51 271.9) |
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)
#B9B9C1 — rgb(185, 185, 193)
Deuteranopia (Green-blind)
#B9B8C1 — rgb(185, 184, 193)
Tritanopia (Blue-blind)
#B7C0BF — rgb(183, 192, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 9%, 74%);
text
color: hsl(219, 9%, 74%);
border
border: 2px solid hsl(219, 9%, 74%);
gradient light
background: linear-gradient(to right, hsl(219, 9%, 94%), hsl(219, 9%, 74%));
gradient dark
background: linear-gradient(to right, hsl(219, 9%, 74%), hsl(219, 9%, 54%))
hex
background-color: #B7BBC3;
tailwind
bg-[hsl(219,9%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 9%, 74%, 0.4);
css variable
--color-primary: hsl(219, 9%, 74%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(219, 9%, 74%)?
HEX: #B7BBC3 | RGB: rgb(183, 187, 195) | CMYK: 6%, 4%, 0%, 24% | HSV: 220°, 6%, 76%. Copy any format from the conversion table above.
What colors go well with #B7BBC3?
The complementary color is HSL(39, 9%, 74%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 9%, 74%) in CSS?
As HSL: color: hsl(219, 9%, 74%); — As HEX: color: #B7BBC3; — As RGB: color: rgb(183, 187, 195); — Tailwind CSS: bg-[hsl(219,9%,74%)] — CSS variable: --color-primary: hsl(219, 9%, 74%);