#cccfc8
a light, muted gray · cool · closest name: silver
RGB
204, 207, 200
HSL
86°, 7%, 80%
CMYK
1, 0, 3, 19
Luminance
0.6163
Every format
| HEX | #cccfc8 |
| RGB | rgb(204, 207, 200) |
| HSL | hsl(86, 7%, 80%) |
| CMYK | cmyk(1%, 0%, 3%, 19%) |
| LAB | lab(82.7 -2.3 3.1) |
| LCH | lch(82.7 3.9 126.4) |
| OKLCH | oklch(0.850 0.010 125.7) |
Copy-ready code
/* CSS */
color: #cccfc8;
background-color: #cccfc8;
/* Tailwind (arbitrary) */
class="text-[#cccfc8] bg-[#cccfc8]"
/* SCSS */
$brand: #cccfc8;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.784)
/* Android */
Color.parseColor("#cccfc8")Accessibility — WCAG contrast
Aa
#cccfc8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfc8 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue78.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow3.4%
Key (black)18.8%
Color previews
#cccfc8 text on a black background
contrast 13.33:1
Card sample
#cccfc8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfc8;
Background color
Panel with #cccfc8 background
background-color: #cccfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfc8; background: linear-gradient(135deg, #cccfc8, #C8CFC9);