#e2ffe2
a pale, electric green · cool · closest name: beige
RGB
226, 255, 226
HSL
120°, 100%, 94%
CMYK
11, 0, 11, 0
Luminance
0.9318
Every format
| HEX | #e2ffe2 |
| RGB | rgb(226, 255, 226) |
| HSL | hsl(120, 100%, 94%) |
| CMYK | cmyk(11%, 0%, 11%, 0%) |
| LAB | lab(97.3 -14.6 10.7) |
| LCH | lch(97.3 18.1 143.8) |
| OKLCH | oklch(0.971 0.049 145.2) |
Copy-ready code
/* CSS */
color: #e2ffe2;
background-color: #e2ffe2;
/* Tailwind (arbitrary) */
class="text-[#e2ffe2] bg-[#e2ffe2]"
/* SCSS */
$brand: #e2ffe2;
/* SwiftUI */
Color(red: 0.886, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#e2ffe2")Accessibility — WCAG contrast
Aa
#e2ffe2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ffe2 on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green100.0%
Blue88.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#e2ffe2 text on a black background
contrast 19.64:1
Card sample
#e2ffe2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ffe2;
Background color
Panel with #e2ffe2 background
background-color: #e2ffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ffe2; background: linear-gradient(135deg, #e2ffe2, #E2FFF5);