#cccec2
a light, muted green · cool · closest name: silver
RGB
204, 206, 194
HSL
70°, 11%, 78%
CMYK
1, 0, 6, 19
Luminance
0.6088
Every format
| HEX | #cccec2 |
| RGB | rgb(204, 206, 194) |
| HSL | hsl(70, 11%, 78%) |
| CMYK | cmyk(1%, 0%, 6%, 19%) |
| LAB | lab(82.3 -2.8 5.7) |
| LCH | lch(82.3 6.4 116.3) |
| OKLCH | oklch(0.847 0.017 114.4) |
Copy-ready code
/* CSS */
color: #cccec2;
background-color: #cccec2;
/* Tailwind (arbitrary) */
class="text-[#cccec2] bg-[#cccec2]"
/* SCSS */
$brand: #cccec2;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.761)
/* Android */
Color.parseColor("#cccec2")Accessibility — WCAG contrast
Aa
#cccec2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccec2 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow5.8%
Key (black)19.2%
Color previews
#cccec2 text on a black background
contrast 13.18:1
Card sample
#cccec2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccec2;
Background color
Panel with #cccec2 background
background-color: #cccec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccec2; background: linear-gradient(135deg, #cccec2, #C4CEC2);