HSL(0, 8%, 77%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(0,8%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 8%, 77%) | color: hsl(0, 8%, 77%) | |
| HEX | #C9C0C0 | color: #C9C0C0 | |
| RGB | rgb(201, 192, 192) | color: rgb(201, 192, 192) | |
| CMYK | cmyk(0%, 4%, 4%, 21%) | — | |
| HSV | hsv(0, 4%, 79%) | — | |
| HWB | hwb(0 76% 21%) | color: hwb(0 76% 21%) | |
| OKLCH | oklch(0.8151 0.0101 17.36) | color: oklch(0.8151 0.0101 17.36) | |
| Lab | lab(78.42 3.15 1.13) | color: lab(78.42 3.15 1.13) | |
| LCH | lch(78.42 3.35 19.73) | color: lch(78.42 3.35 19.73) |
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)
#C5C5C0 — rgb(197, 197, 192)
Deuteranopia (Green-blind)
#C6C6C0 — rgb(198, 198, 192)
Tritanopia (Blue-blind)
#C9C0C0 — rgb(201, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 8%, 77%);
text
color: hsl(0, 8%, 77%);
border
border: 2px solid hsl(0, 8%, 77%);
gradient light
background: linear-gradient(to right, hsl(0, 8%, 97%), hsl(0, 8%, 77%));
gradient dark
background: linear-gradient(to right, hsl(0, 8%, 77%), hsl(0, 8%, 57%))
hex
background-color: #C9C0C0;
tailwind
bg-[hsl(0,8%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 8%, 77%, 0.4);
css variable
--color-primary: hsl(0, 8%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(0, 8%, 77%)?
HEX: #C9C0C0 | RGB: rgb(201, 192, 192) | CMYK: 0%, 4%, 4%, 21% | HSV: 0°, 4%, 79%. Copy any format from the conversion table above.
What colors go well with #C9C0C0?
The complementary color is HSL(180, 8%, 77%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 8%, 77%) in CSS?
As HSL: color: hsl(0, 8%, 77%); — As HEX: color: #C9C0C0; — As RGB: color: rgb(201, 192, 192); — Tailwind CSS: bg-[hsl(0,8%,77%)] — CSS variable: --color-primary: hsl(0, 8%, 77%);