#ccfecc
a pale, electric green · cool · closest name: beige
RGB
204, 254, 204
HSL
120°, 96%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8808
Every format
| HEX | #ccfecc |
| RGB | rgb(204, 254, 204) |
| HSL | hsl(120, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.2 -25.1 18.8) |
| LCH | lch(95.2 31.4 143.2) |
| OKLCH | oklch(0.950 0.084 144.9) |
Copy-ready code
/* CSS */
color: #ccfecc;
background-color: #ccfecc;
/* Tailwind (arbitrary) */
class="text-[#ccfecc] bg-[#ccfecc]"
/* SCSS */
$brand: #ccfecc;
/* SwiftUI */
Color(red: 0.800, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#ccfecc")Accessibility — WCAG contrast
Aa
#ccfecc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfecc on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.6%
Blue80.0%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#ccfecc text on a black background
contrast 18.62:1
Card sample
#ccfecc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfecc;
Background color
Panel with #ccfecc background
background-color: #ccfecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfecc; background: linear-gradient(135deg, #ccfecc, #CCFEED);