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