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