#cccec4
a light, muted green · cool · closest name: silver
RGB
204, 206, 196
HSL
72°, 9%, 79%
CMYK
1, 0, 5, 19
Luminance
0.6097
Every format
| HEX | #cccec4 |
| RGB | rgb(204, 206, 196) |
| HSL | hsl(72, 9%, 79%) |
| CMYK | cmyk(1%, 0%, 5%, 19%) |
| LAB | lab(82.4 -2.5 4.7) |
| LCH | lch(82.4 5.3 117.7) |
| OKLCH | oklch(0.847 0.014 115.9) |
Copy-ready code
/* CSS */
color: #cccec4;
background-color: #cccec4;
/* Tailwind (arbitrary) */
class="text-[#cccec4] bg-[#cccec4]"
/* SCSS */
$brand: #cccec4;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#cccec4")Accessibility — WCAG contrast
Aa
#cccec4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccec4 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue76.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow4.9%
Key (black)19.2%
Color previews
#cccec4 text on a black background
contrast 13.19:1
Card sample
#cccec4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccec4;
Background color
Panel with #cccec4 background
background-color: #cccec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccec4; background: linear-gradient(135deg, #cccec4, #C5CEC4);