HSL(201, 2%, 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(201,2%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 2%, 77%) | color: hsl(201, 2%, 77%) | |
| HEX | #C3C5C6 | color: #C3C5C6 | |
| RGB | rgb(195, 197, 198) | color: rgb(195, 197, 198) | |
| CMYK | cmyk(2%, 1%, 0%, 22%) | — | |
| HSV | hsv(200, 2%, 78%) | — | |
| HWB | hwb(200 76% 22%) | color: hwb(200 76% 22%) | |
| OKLCH | oklch(0.8222 0.0026 228.79) | color: oklch(0.8222 0.0026 228.79) | |
| Lab | lab(79.39 -0.5 -0.74) | color: lab(79.39 -0.5 -0.74) | |
| LCH | lch(79.39 0.89 235.95) | color: lch(79.39 0.89 235.95) |
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)
#C4C4C6 — rgb(196, 196, 198)
Deuteranopia (Green-blind)
#C4C4C6 — rgb(196, 196, 198)
Tritanopia (Blue-blind)
#C3C6C6 — rgb(195, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 2%, 77%);
text
color: hsl(201, 2%, 77%);
border
border: 2px solid hsl(201, 2%, 77%);
gradient light
background: linear-gradient(to right, hsl(201, 2%, 97%), hsl(201, 2%, 77%));
gradient dark
background: linear-gradient(to right, hsl(201, 2%, 77%), hsl(201, 2%, 57%))
hex
background-color: #C3C5C6;
tailwind
bg-[hsl(201,2%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 2%, 77%, 0.4);
css variable
--color-primary: hsl(201, 2%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(201, 2%, 77%)?
HEX: #C3C5C6 | RGB: rgb(195, 197, 198) | CMYK: 2%, 1%, 0%, 22% | HSV: 200°, 2%, 78%. Copy any format from the conversion table above.
What colors go well with #C3C5C6?
The complementary color is HSL(21, 2%, 77%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 2%, 77%) in CSS?
As HSL: color: hsl(201, 2%, 77%); — As HEX: color: #C3C5C6; — As RGB: color: rgb(195, 197, 198); — Tailwind CSS: bg-[hsl(201,2%,77%)] — CSS variable: --color-primary: hsl(201, 2%, 77%);