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