#cffecc
a pale, electric green · cool · closest name: beige
RGB
207, 254, 204
HSL
116°, 96%, 90%
CMYK
19, 0, 20, 0
Luminance
0.8851
Every format
| HEX | #cffecc |
| RGB | rgb(207, 254, 204) |
| HSL | hsl(116, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 20%, 0%) |
| LAB | lab(95.4 -24.1 19.1) |
| LCH | lch(95.4 30.8 141.7) |
| OKLCH | oklch(0.951 0.082 143.3) |
Copy-ready code
/* CSS */
color: #cffecc;
background-color: #cffecc;
/* Tailwind (arbitrary) */
class="text-[#cffecc] bg-[#cffecc]"
/* SCSS */
$brand: #cffecc;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#cffecc")Accessibility — WCAG contrast
Aa
#cffecc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffecc on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue80.0%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#cffecc text on a black background
contrast 18.70:1
Card sample
#cffecc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffecc;
Background color
Panel with #cffecc background
background-color: #cffecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffecc; background: linear-gradient(135deg, #cffecc, #CCFEEA);