#e2fec3
a pale, electric green · cool · closest name: beige
RGB
226, 254, 195
HSL
89°, 97%, 88%
CMYK
11, 0, 23, 0
Luminance
0.9099
Every format
| HEX | #e2fec3 |
| RGB | rgb(226, 254, 195) |
| HSL | hsl(89, 97%, 88%) |
| CMYK | cmyk(11%, 0%, 23%, 0%) |
| LAB | lab(96.4 -19.1 25.3) |
| LCH | lch(96.4 31.7 127.1) |
| OKLCH | oklch(0.962 0.082 128.5) |
Copy-ready code
/* CSS */
color: #e2fec3;
background-color: #e2fec3;
/* Tailwind (arbitrary) */
class="text-[#e2fec3] bg-[#e2fec3]"
/* SCSS */
$brand: #e2fec3;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.765)
/* Android */
Color.parseColor("#e2fec3")Accessibility — WCAG contrast
Aa
#e2fec3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fec3 on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue76.5%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow23.2%
Key (black)0.4%
Color previews
#e2fec3 text on a black background
contrast 19.20:1
Card sample
#e2fec3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fec3;
Background color
Panel with #e2fec3 background
background-color: #e2fec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fec3; background: linear-gradient(135deg, #e2fec3, #C3FECB);