#cccfc5
a light, muted green · cool · closest name: silver
RGB
204, 207, 197
HSL
78°, 9%, 79%
CMYK
1, 0, 5, 19
Luminance
0.6149
Every format
| HEX | #cccfc5 |
| RGB | rgb(204, 207, 197) |
| HSL | hsl(78, 9%, 79%) |
| CMYK | cmyk(1%, 0%, 5%, 19%) |
| LAB | lab(82.6 -2.8 4.6) |
| LCH | lch(82.6 5.4 121.5) |
| OKLCH | oklch(0.849 0.014 120.3) |
Copy-ready code
/* CSS */
color: #cccfc5;
background-color: #cccfc5;
/* Tailwind (arbitrary) */
class="text-[#cccfc5] bg-[#cccfc5]"
/* SCSS */
$brand: #cccfc5;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.773)
/* Android */
Color.parseColor("#cccfc5")Accessibility — WCAG contrast
Aa
#cccfc5 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfc5 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue77.3%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow4.8%
Key (black)18.8%
Color previews
#cccfc5 text on a black background
contrast 13.30:1
Card sample
#cccfc5 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfc5;
Background color
Panel with #cccfc5 background
background-color: #cccfc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfc5; background: linear-gradient(135deg, #cccfc5, #C5CFC5);