#c7cec7
a light, muted gray · cool · closest name: silver
RGB
199, 206, 199
HSL
120°, 7%, 79%
CMYK
3, 0, 3, 19
Luminance
0.6041
Every format
| HEX | #c7cec7 |
| RGB | rgb(199, 206, 199) |
| HSL | hsl(120, 7%, 79%) |
| CMYK | cmyk(3%, 0%, 3%, 19%) |
| LAB | lab(82.1 -3.7 2.6) |
| LCH | lch(82.1 4.5 144.2) |
| OKLCH | oklch(0.844 0.012 145.5) |
Copy-ready code
/* CSS */
color: #c7cec7;
background-color: #c7cec7;
/* Tailwind (arbitrary) */
class="text-[#c7cec7] bg-[#c7cec7]"
/* SCSS */
$brand: #c7cec7;
/* SwiftUI */
Color(red: 0.780, green: 0.808, blue: 0.780)
/* Android */
Color.parseColor("#c7cec7")Accessibility — WCAG contrast
Aa
#c7cec7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cec7 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.8%
Blue78.0%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow3.4%
Key (black)19.2%
Color previews
#c7cec7 text on a black background
contrast 13.08:1
Card sample
#c7cec7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cec7;
Background color
Panel with #c7cec7 background
background-color: #c7cec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 206, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 206, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cec7; background: linear-gradient(135deg, #c7cec7, #C7CECC);