HSL(69, 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(69,9%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 9%, 77%) | color: hsl(69, 9%, 77%) | |
| HEX | #C8CABF | color: #C8CABF | |
| RGB | rgb(200, 202, 191) | color: rgb(200, 202, 191) | |
| CMYK | cmyk(1%, 0%, 5%, 21%) | — | |
| HSV | hsv(71, 5%, 79%) | — | |
| HWB | hwb(71 75% 21%) | color: hwb(71 75% 21%) | |
| OKLCH | oklch(0.8343 0.0152 115.09) | color: oklch(0.8343 0.0152 115.09) | |
| Lab | lab(80.9 -2.66 5.25) | color: lab(80.9 -2.66 5.25) | |
| LCH | lch(80.9 5.89 116.87) | color: lch(80.9 5.89 116.87) |
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)
#C9C9C2 — rgb(201, 201, 194)
Deuteranopia (Green-blind)
#C9C9C2 — rgb(201, 201, 194)
Tritanopia (Blue-blind)
#C8C4C4 — rgb(200, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 9%, 77%);
text
color: hsl(69, 9%, 77%);
border
border: 2px solid hsl(69, 9%, 77%);
gradient light
background: linear-gradient(to right, hsl(69, 9%, 97%), hsl(69, 9%, 77%));
gradient dark
background: linear-gradient(to right, hsl(69, 9%, 77%), hsl(69, 9%, 57%))
hex
background-color: #C8CABF;
tailwind
bg-[hsl(69,9%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 9%, 77%, 0.4);
css variable
--color-primary: hsl(69, 9%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(69, 9%, 77%)?
HEX: #C8CABF | RGB: rgb(200, 202, 191) | CMYK: 1%, 0%, 5%, 21% | HSV: 71°, 5%, 79%. Copy any format from the conversion table above.
What colors go well with #C8CABF?
The complementary color is HSL(249, 9%, 77%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 9%, 77%) in CSS?
As HSL: color: hsl(69, 9%, 77%); — As HEX: color: #C8CABF; — As RGB: color: rgb(200, 202, 191); — Tailwind CSS: bg-[hsl(69,9%,77%)] — CSS variable: --color-primary: hsl(69, 9%, 77%);