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