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