#c7c2c2
a light, muted gray · warm · “silver”
RGB
199, 194, 194
HSL
0°, 4%, 77%
CMYK
0, 3, 3, 22
Luminance
0.5462
Every format
| HEX | #c7c2c2 |
| RGB | rgb(199, 194, 194) |
| HSL | hsl(0, 4%, 77%) |
| CMYK | cmyk(0%, 3%, 3%, 22%) |
| LAB | lab(78.8 1.7 0.6) |
| LCH | lch(78.8 1.9 19.6) |
| OKLCH | oklch(0.818 0.006 17.3) |
Copy-ready code
/* CSS */
color: #c7c2c2;
background-color: #c7c2c2;
/* Tailwind (arbitrary) */
class="text-[#c7c2c2] bg-[#c7c2c2]"
/* SCSS */
$brand: #c7c2c2;
/* SwiftUI */
Color(red: 0.780, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#c7c2c2")Accessibility — WCAG contrast
Aa
#c7c2c2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c2c2 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow2.5%
Key (black)22.0%
Color previews
#c7c2c2 text on a black background
contrast 11.92:1
Card sample
#c7c2c2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c2c2;
Background color
Panel with #c7c2c2 background
background-color: #c7c2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c2c2; background: linear-gradient(135deg, #c7c2c2, #C7C5C2);