HSL(289, 9%, 76%)
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(289,9%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 9%, 76%) | color: hsl(289, 9%, 76%) | |
| HEX | #C5BCC7 | color: #C5BCC7 | |
| RGB | rgb(197, 188, 199) | color: rgb(197, 188, 199) | |
| CMYK | cmyk(1%, 6%, 0%, 22%) | — | |
| HSV | hsv(289, 6%, 78%) | — | |
| HWB | hwb(289 73% 22%) | color: hwb(289 73% 22%) | |
| OKLCH | oklch(0.8059 0.0182 320.06) | color: oklch(0.8059 0.0182 320.06) | |
| Lab | lab(77.26 5.17 -4.4) | color: lab(77.26 5.17 -4.4) | |
| LCH | lch(77.26 6.79 319.6) | color: lch(77.26 6.79 319.6) |
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)
#C1C1C4 — rgb(193, 193, 196)
Deuteranopia (Green-blind)
#C2C2C4 — rgb(194, 194, 196)
Tritanopia (Blue-blind)
#C5C2C2 — rgb(197, 194, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 9%, 76%);
text
color: hsl(289, 9%, 76%);
border
border: 2px solid hsl(289, 9%, 76%);
gradient light
background: linear-gradient(to right, hsl(289, 9%, 96%), hsl(289, 9%, 76%));
gradient dark
background: linear-gradient(to right, hsl(289, 9%, 76%), hsl(289, 9%, 56%))
hex
background-color: #C5BCC7;
tailwind
bg-[hsl(289,9%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 9%, 76%, 0.4);
css variable
--color-primary: hsl(289, 9%, 76%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(289, 9%, 76%)?
HEX: #C5BCC7 | RGB: rgb(197, 188, 199) | CMYK: 1%, 6%, 0%, 22% | HSV: 289°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #C5BCC7?
The complementary color is HSL(109, 9%, 76%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 9%, 76%) in CSS?
As HSL: color: hsl(289, 9%, 76%); — As HEX: color: #C5BCC7; — As RGB: color: rgb(197, 188, 199); — Tailwind CSS: bg-[hsl(289,9%,76%)] — CSS variable: --color-primary: hsl(289, 9%, 76%);