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