#cccfc1
a light, muted green · cool · closest name: silver
RGB
204, 207, 193
HSL
73°, 13%, 78%
CMYK
1, 0, 7, 19
Luminance
0.6131
Every format
| HEX | #cccfc1 |
| RGB | rgb(204, 207, 193) |
| HSL | hsl(73, 13%, 78%) |
| CMYK | cmyk(1%, 0%, 7%, 19%) |
| LAB | lab(82.5 -3.5 6.6) |
| LCH | lch(82.5 7.5 118.1) |
| OKLCH | oklch(0.848 0.019 116.6) |
Copy-ready code
/* CSS */
color: #cccfc1;
background-color: #cccfc1;
/* Tailwind (arbitrary) */
class="text-[#cccfc1] bg-[#cccfc1]"
/* SCSS */
$brand: #cccfc1;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.757)
/* Android */
Color.parseColor("#cccfc1")Accessibility — WCAG contrast
Aa
#cccfc1 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfc1 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue75.7%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow6.8%
Key (black)18.8%
Color previews
#cccfc1 text on a black background
contrast 13.26:1
Card sample
#cccfc1 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfc1;
Background color
Panel with #cccfc1 background
background-color: #cccfc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfc1; background: linear-gradient(135deg, #cccfc1, #C3CFC1);