#e2fcea
a pale, electric green · cool · closest name: ivory
RGB
226, 252, 234
HSL
139°, 81%, 94%
CMYK
10, 0, 7, 1
Luminance
0.9173
Every format
| HEX | #e2fcea |
| RGB | rgb(226, 252, 234) |
| HSL | hsl(139, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 7%, 1%) |
| LAB | lab(96.7 -11.7 5.8) |
| LCH | lch(96.7 13.1 153.8) |
| OKLCH | oklch(0.967 0.036 155.4) |
Copy-ready code
/* CSS */
color: #e2fcea;
background-color: #e2fcea;
/* Tailwind (arbitrary) */
class="text-[#e2fcea] bg-[#e2fcea]"
/* SCSS */
$brand: #e2fcea;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.918)
/* Android */
Color.parseColor("#e2fcea")Accessibility — WCAG contrast
Aa
#e2fcea on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcea on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue91.8%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow7.1%
Key (black)1.2%
Color previews
#e2fcea text on a black background
contrast 19.35:1
Card sample
#e2fcea text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcea;
Background color
Panel with #e2fcea background
background-color: #e2fcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcea; background: linear-gradient(135deg, #e2fcea, #E2FCFB);