HSL(89, 9%, 77%)
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(89,9%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 9%, 77%) | color: hsl(89, 9%, 77%) | |
| HEX | #C5CABF | color: #C5CABF | |
| RGB | rgb(197, 202, 191) | color: rgb(197, 202, 191) | |
| CMYK | cmyk(2%, 0%, 5%, 21%) | — | |
| HSV | hsv(87, 5%, 79%) | — | |
| HWB | hwb(87 75% 21%) | color: hwb(87 75% 21%) | |
| OKLCH | oklch(0.832 0.016 126.86) | color: oklch(0.832 0.016 126.86) | |
| Lab | lab(80.67 -3.71 4.89) | color: lab(80.67 -3.71 4.89) | |
| LCH | lch(80.67 6.14 127.19) | color: lch(80.67 6.14 127.19) |
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)
#C7C7C2 — rgb(199, 199, 194)
Deuteranopia (Green-blind)
#C7C7C2 — rgb(199, 199, 194)
Tritanopia (Blue-blind)
#C5C4C4 — rgb(197, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 9%, 77%);
text
color: hsl(89, 9%, 77%);
border
border: 2px solid hsl(89, 9%, 77%);
gradient light
background: linear-gradient(to right, hsl(89, 9%, 97%), hsl(89, 9%, 77%));
gradient dark
background: linear-gradient(to right, hsl(89, 9%, 77%), hsl(89, 9%, 57%))
hex
background-color: #C5CABF;
tailwind
bg-[hsl(89,9%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 9%, 77%, 0.4);
css variable
--color-primary: hsl(89, 9%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(89, 9%, 77%)?
HEX: #C5CABF | RGB: rgb(197, 202, 191) | CMYK: 2%, 0%, 5%, 21% | HSV: 87°, 5%, 79%. Copy any format from the conversion table above.
What colors go well with #C5CABF?
The complementary color is HSL(269, 9%, 77%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 9%, 77%) in CSS?
As HSL: color: hsl(89, 9%, 77%); — As HEX: color: #C5CABF; — As RGB: color: rgb(197, 202, 191); — Tailwind CSS: bg-[hsl(89,9%,77%)] — CSS variable: --color-primary: hsl(89, 9%, 77%);