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