#ccccc9
a light, muted gray · cool · closest name: silver
RGB
204, 204, 201
HSL
60°, 3%, 79%
CMYK
0, 0, 2, 20
Luminance
0.6024
Every format
| HEX | #ccccc9 |
| RGB | rgb(204, 204, 201) |
| HSL | hsl(60, 3%, 79%) |
| CMYK | cmyk(0%, 0%, 2%, 20%) |
| LAB | lab(82.0 -0.5 1.5) |
| LCH | lch(82.0 1.6 109.9) |
| OKLCH | oklch(0.844 0.004 106.5) |
Copy-ready code
/* CSS */
color: #ccccc9;
background-color: #ccccc9;
/* Tailwind (arbitrary) */
class="text-[#ccccc9] bg-[#ccccc9]"
/* SCSS */
$brand: #ccccc9;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.788)
/* Android */
Color.parseColor("#ccccc9")Accessibility — WCAG contrast
Aa
#ccccc9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccc9 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.5%
Key (black)20.0%
Color previews
#ccccc9 text on a black background
contrast 13.05:1
Card sample
#ccccc9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccc9;
Background color
Panel with #ccccc9 background
background-color: #ccccc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccc9; background: linear-gradient(135deg, #ccccc9, #CACCC9);