#ccccc4
a light, muted gray · cool · closest name: silver
RGB
204, 204, 196
HSL
60°, 7%, 78%
CMYK
0, 0, 4, 20
Luminance
0.6001
Every format
| HEX | #ccccc4 |
| RGB | rgb(204, 204, 196) |
| HSL | hsl(60, 7%, 78%) |
| CMYK | cmyk(0%, 0%, 4%, 20%) |
| LAB | lab(81.8 -1.4 4.0) |
| LCH | lch(81.8 4.2 109.8) |
| OKLCH | oklch(0.843 0.011 106.6) |
Copy-ready code
/* CSS */
color: #ccccc4;
background-color: #ccccc4;
/* Tailwind (arbitrary) */
class="text-[#ccccc4] bg-[#ccccc4]"
/* SCSS */
$brand: #ccccc4;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.769)
/* Android */
Color.parseColor("#ccccc4")Accessibility — WCAG contrast
Aa
#ccccc4 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccc4 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.9%
Key (black)20.0%
Color previews
#ccccc4 text on a black background
contrast 13.00:1
Card sample
#ccccc4 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccc4;
Background color
Panel with #ccccc4 background
background-color: #ccccc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccc4; background: linear-gradient(135deg, #ccccc4, #C7CCC4);