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