#c7cfc2
a light, muted green · cool · closest name: silver
RGB
199, 207, 194
HSL
97°, 12%, 79%
CMYK
4, 0, 6, 19
Luminance
0.6066
Every format
| HEX | #c7cfc2 |
| RGB | rgb(199, 207, 194) |
| HSL | hsl(97, 12%, 79%) |
| CMYK | cmyk(4%, 0%, 6%, 19%) |
| LAB | lab(82.2 -5.1 5.5) |
| LCH | lch(82.2 7.5 132.7) |
| OKLCH | oklch(0.845 0.020 133.1) |
Copy-ready code
/* CSS */
color: #c7cfc2;
background-color: #c7cfc2;
/* Tailwind (arbitrary) */
class="text-[#c7cfc2] bg-[#c7cfc2]"
/* SCSS */
$brand: #c7cfc2;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#c7cfc2")Accessibility — WCAG contrast
Aa
#c7cfc2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfc2 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue76.1%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow6.3%
Key (black)18.8%
Color previews
#c7cfc2 text on a black background
contrast 13.13:1
Card sample
#c7cfc2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfc2;
Background color
Panel with #c7cfc2 background
background-color: #c7cfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfc2; background: linear-gradient(135deg, #c7cfc2, #C2CFC6);