HSL(347, 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(347,5%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 5%, 77%) | color: hsl(347, 5%, 77%) | |
| HEX | #C7C1C3 | color: #C7C1C3 | |
| RGB | rgb(199, 193, 195) | color: rgb(199, 193, 195) | |
| CMYK | cmyk(0%, 3%, 2%, 22%) | — | |
| HSV | hsv(340, 3%, 78%) | — | |
| HWB | hwb(340 76% 22%) | color: hwb(340 76% 22%) | |
| OKLCH | oklch(0.8164 0.0072 354.84) | color: oklch(0.8164 0.0072 354.84) | |
| Lab | lab(78.59 2.45 -0.26) | color: lab(78.59 2.45 -0.26) | |
| LCH | lch(78.59 2.46 353.94) | color: lch(78.59 2.46 353.94) |
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)
#C4C4C3 — rgb(196, 196, 195)
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(347, 5%, 77%);
text
color: hsl(347, 5%, 77%);
border
border: 2px solid hsl(347, 5%, 77%);
gradient light
background: linear-gradient(to right, hsl(347, 5%, 97%), hsl(347, 5%, 77%));
gradient dark
background: linear-gradient(to right, hsl(347, 5%, 77%), hsl(347, 5%, 57%))
hex
background-color: #C7C1C3;
tailwind
bg-[hsl(347,5%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 5%, 77%, 0.4);
css variable
--color-primary: hsl(347, 5%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(347, 5%, 77%)?
HEX: #C7C1C3 | RGB: rgb(199, 193, 195) | CMYK: 0%, 3%, 2%, 22% | HSV: 340°, 3%, 78%. Copy any format from the conversion table above.
What colors go well with #C7C1C3?
The complementary color is HSL(167, 5%, 77%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 5%, 77%) in CSS?
As HSL: color: hsl(347, 5%, 77%); — As HEX: color: #C7C1C3; — As RGB: color: rgb(199, 193, 195); — Tailwind CSS: bg-[hsl(347,5%,77%)] — CSS variable: --color-primary: hsl(347, 5%, 77%);