#ccc6cd
a light, muted gray · warm · closest name: silver
RGB
204, 198, 205
HSL
291°, 7%, 79%
CMYK
1, 3, 0, 20
Luminance
0.5763
Every format
| HEX | #ccc6cd |
| RGB | rgb(204, 198, 205) |
| HSL | hsl(291, 7%, 79%) |
| CMYK | cmyk(1%, 3%, 0%, 20%) |
| LAB | lab(80.5 3.4 -2.8) |
| LCH | lch(80.5 4.3 320.6) |
| OKLCH | oklch(0.834 0.012 321.3) |
Copy-ready code
/* CSS */
color: #ccc6cd;
background-color: #ccc6cd;
/* Tailwind (arbitrary) */
class="text-[#ccc6cd] bg-[#ccc6cd]"
/* SCSS */
$brand: #ccc6cd;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#ccc6cd")Accessibility — WCAG contrast
Aa
#ccc6cd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6cd on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ccc6cd text on a black background
contrast 12.53:1
Card sample
#ccc6cd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6cd;
Background color
Panel with #ccc6cd background
background-color: #ccc6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6cd; background: linear-gradient(135deg, #ccc6cd, #CDC6C9);