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