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