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