#c7cfbf
a light, muted green · cool · closest name: silver
RGB
199, 207, 191
HSL
90°, 14%, 78%
CMYK
4, 0, 8, 19
Luminance
0.6053
Every format
| HEX | #c7cfbf |
| RGB | rgb(199, 207, 191) |
| HSL | hsl(90, 14%, 78%) |
| CMYK | cmyk(4%, 0%, 8%, 19%) |
| LAB | lab(82.1 -5.6 7.0) |
| LCH | lch(82.1 9.0 128.7) |
| OKLCH | oklch(0.844 0.024 128.8) |
Copy-ready code
/* CSS */
color: #c7cfbf;
background-color: #c7cfbf;
/* Tailwind (arbitrary) */
class="text-[#c7cfbf] bg-[#c7cfbf]"
/* SCSS */
$brand: #c7cfbf;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#c7cfbf")Accessibility — WCAG contrast
Aa
#c7cfbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfbf on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue74.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#c7cfbf text on a black background
contrast 13.11:1
Card sample
#c7cfbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfbf;
Background color
Panel with #c7cfbf background
background-color: #c7cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfbf; background: linear-gradient(135deg, #c7cfbf, #BFCFC2);