#cccdc0
a light, muted yellow · cool · closest name: silver
RGB
204, 205, 192
HSL
65°, 12%, 78%
CMYK
1, 0, 6, 20
Luminance
0.6031
Every format
| HEX | #cccdc0 |
| RGB | rgb(204, 205, 192) |
| HSL | hsl(65, 12%, 78%) |
| CMYK | cmyk(1%, 0%, 6%, 20%) |
| LAB | lab(82.0 -2.6 6.3) |
| LCH | lch(82.0 6.9 112.7) |
| OKLCH | oklch(0.844 0.018 110.3) |
Copy-ready code
/* CSS */
color: #cccdc0;
background-color: #cccdc0;
/* Tailwind (arbitrary) */
class="text-[#cccdc0] bg-[#cccdc0]"
/* SCSS */
$brand: #cccdc0;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.753)
/* Android */
Color.parseColor("#cccdc0")Accessibility — WCAG contrast
Aa
#cccdc0 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdc0 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue75.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow6.3%
Key (black)19.6%
Color previews
#cccdc0 text on a black background
contrast 13.06:1
Card sample
#cccdc0 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdc0;
Background color
Panel with #cccdc0 background
background-color: #cccdc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdc0; background: linear-gradient(135deg, #cccdc0, #C3CDC0);