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