#cccdc7
a light, muted gray · cool · closest name: silver
RGB
204, 205, 199
HSL
70°, 6%, 79%
CMYK
1, 0, 3, 20
Luminance
0.6062
Every format
| HEX | #cccdc7 |
| RGB | rgb(204, 205, 199) |
| HSL | hsl(70, 6%, 79%) |
| CMYK | cmyk(1%, 0%, 3%, 20%) |
| LAB | lab(82.2 -1.4 2.9) |
| LCH | lch(82.2 3.2 116.6) |
| OKLCH | oklch(0.846 0.008 114.2) |
Copy-ready code
/* CSS */
color: #cccdc7;
background-color: #cccdc7;
/* Tailwind (arbitrary) */
class="text-[#cccdc7] bg-[#cccdc7]"
/* SCSS */
$brand: #cccdc7;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.780)
/* Android */
Color.parseColor("#cccdc7")Accessibility — WCAG contrast
Aa
#cccdc7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdc7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue78.0%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow2.9%
Key (black)19.6%
Color previews
#cccdc7 text on a black background
contrast 13.12:1
Card sample
#cccdc7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdc7;
Background color
Panel with #cccdc7 background
background-color: #cccdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdc7; background: linear-gradient(135deg, #cccdc7, #C8CDC7);