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