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