#cccdc4
a light, muted yellow · cool · closest name: silver
RGB
204, 205, 196
HSL
67°, 8%, 79%
CMYK
1, 0, 4, 20
Luminance
0.6049
Every format
| HEX | #cccdc4 |
| RGB | rgb(204, 205, 196) |
| HSL | hsl(67, 8%, 79%) |
| CMYK | cmyk(1%, 0%, 4%, 20%) |
| LAB | lab(82.1 -2.0 4.3) |
| LCH | lch(82.1 4.8 114.3) |
| OKLCH | oklch(0.845 0.012 111.8) |
Copy-ready code
/* CSS */
color: #cccdc4;
background-color: #cccdc4;
/* Tailwind (arbitrary) */
class="text-[#cccdc4] bg-[#cccdc4]"
/* SCSS */
$brand: #cccdc4;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.769)
/* Android */
Color.parseColor("#cccdc4")Accessibility — WCAG contrast
Aa
#cccdc4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdc4 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue76.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow4.4%
Key (black)19.6%
Color previews
#cccdc4 text on a black background
contrast 13.10:1
Card sample
#cccdc4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdc4;
Background color
Panel with #cccdc4 background
background-color: #cccdc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdc4; background: linear-gradient(135deg, #cccdc4, #C6CDC4);