HSL(357, 5%, 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(357,5%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 5%, 77%) | color: hsl(357, 5%, 77%) | |
| HEX | #C7C1C2 | color: #C7C1C2 | |
| RGB | rgb(199, 193, 194) | color: rgb(199, 193, 194) | |
| CMYK | cmyk(0%, 3%, 3%, 22%) | — | |
| HSV | hsv(350, 3%, 78%) | — | |
| HWB | hwb(350 76% 22%) | color: hwb(350 76% 22%) | |
| OKLCH | oklch(0.8161 0.0069 5.67) | color: oklch(0.8161 0.0069 5.67) | |
| Lab | lab(78.57 2.27 0.24) | color: lab(78.57 2.27 0.24) | |
| LCH | lch(78.57 2.28 6.04) | color: lch(78.57 2.28 6.04) |
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)
#C4C4C2 — rgb(196, 196, 194)
Deuteranopia (Green-blind)
#C5C5C2 — rgb(197, 197, 194)
Tritanopia (Blue-blind)
#C7C2C2 — rgb(199, 194, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 5%, 77%);
text
color: hsl(357, 5%, 77%);
border
border: 2px solid hsl(357, 5%, 77%);
gradient light
background: linear-gradient(to right, hsl(357, 5%, 97%), hsl(357, 5%, 77%));
gradient dark
background: linear-gradient(to right, hsl(357, 5%, 77%), hsl(357, 5%, 57%))
hex
background-color: #C7C1C2;
tailwind
bg-[hsl(357,5%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 5%, 77%, 0.4);
css variable
--color-primary: hsl(357, 5%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 5%, 77%)?
HEX: #C7C1C2 | RGB: rgb(199, 193, 194) | CMYK: 0%, 3%, 3%, 22% | HSV: 350°, 3%, 78%. Copy any format from the conversion table above.
What colors go well with #C7C1C2?
The complementary color is HSL(177, 5%, 77%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 5%, 77%) in CSS?
As HSL: color: hsl(357, 5%, 77%); — As HEX: color: #C7C1C2; — As RGB: color: rgb(199, 193, 194); — Tailwind CSS: bg-[hsl(357,5%,77%)] — CSS variable: --color-primary: hsl(357, 5%, 77%);