#c7ccc0
a light, muted green · cool · closest name: silver
RGB
199, 204, 192
HSL
85°, 11%, 78%
CMYK
3, 0, 6, 20
Luminance
0.5913
Every format
| HEX | #c7ccc0 |
| RGB | rgb(199, 204, 192) |
| HSL | hsl(85, 11%, 78%) |
| CMYK | cmyk(3%, 0%, 6%, 20%) |
| LAB | lab(81.4 -3.9 5.4) |
| LCH | lch(81.4 6.6 125.8) |
| OKLCH | oklch(0.838 0.017 125.3) |
Copy-ready code
/* CSS */
color: #c7ccc0;
background-color: #c7ccc0;
/* Tailwind (arbitrary) */
class="text-[#c7ccc0] bg-[#c7ccc0]"
/* SCSS */
$brand: #c7ccc0;
/* SwiftUI */
Color(red: 0.780, green: 0.800, blue: 0.753)
/* Android */
Color.parseColor("#c7ccc0")Accessibility — WCAG contrast
Aa
#c7ccc0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ccc0 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.0%
Blue75.3%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow5.9%
Key (black)20.0%
Color previews
#c7ccc0 text on a black background
contrast 12.83:1
Card sample
#c7ccc0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ccc0;
Background color
Panel with #c7ccc0 background
background-color: #c7ccc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ccc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 204, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 204, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ccc0; background: linear-gradient(135deg, #c7ccc0, #C0CCC1);