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