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