#cccec6
a light, muted gray · cool · closest name: silver
RGB
204, 206, 198
HSL
75°, 8%, 79%
CMYK
1, 0, 4, 19
Luminance
0.6106
Every format
| HEX | #cccec6 |
| RGB | rgb(204, 206, 198) |
| HSL | hsl(75, 8%, 79%) |
| CMYK | cmyk(1%, 0%, 4%, 19%) |
| LAB | lab(82.4 -2.1 3.7) |
| LCH | lch(82.4 4.3 119.7) |
| OKLCH | oklch(0.848 0.011 118.1) |
Copy-ready code
/* CSS */
color: #cccec6;
background-color: #cccec6;
/* Tailwind (arbitrary) */
class="text-[#cccec6] bg-[#cccec6]"
/* SCSS */
$brand: #cccec6;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.776)
/* Android */
Color.parseColor("#cccec6")Accessibility — WCAG contrast
Aa
#cccec6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccec6 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue77.6%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow3.9%
Key (black)19.2%
Color previews
#cccec6 text on a black background
contrast 13.21:1
Card sample
#cccec6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccec6;
Background color
Panel with #cccec6 background
background-color: #cccec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccec6; background: linear-gradient(135deg, #cccec6, #C7CEC6);