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