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