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