#cccecc
a light, muted gray · cool · closest name: silver
RGB
204, 206, 204
HSL
120°, 2%, 80%
CMYK
1, 0, 1, 19
Luminance
0.6134
Every format
| HEX | #cccecc |
| RGB | rgb(204, 206, 204) |
| HSL | hsl(120, 2%, 80%) |
| CMYK | cmyk(1%, 0%, 1%, 19%) |
| LAB | lab(82.6 -1.1 0.8) |
| LCH | lch(82.6 1.3 144.5) |
| OKLCH | oklch(0.849 0.004 145.5) |
Copy-ready code
/* CSS */
color: #cccecc;
background-color: #cccecc;
/* Tailwind (arbitrary) */
class="text-[#cccecc] bg-[#cccecc]"
/* SCSS */
$brand: #cccecc;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#cccecc")Accessibility — WCAG contrast
Aa
#cccecc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccecc on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#cccecc text on a black background
contrast 13.27:1
Card sample
#cccecc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccecc;
Background color
Panel with #cccecc background
background-color: #cccecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccecc; background: linear-gradient(135deg, #cccecc, #CCCECD);