#e2ffec
a pale, electric green · cool · closest name: ivory
RGB
226, 255, 236
HSL
141°, 100%, 94%
CMYK
11, 0, 8, 0
Luminance
0.9374
Every format
| HEX | #e2ffec |
| RGB | rgb(226, 255, 236) |
| HSL | hsl(141, 100%, 94%) |
| CMYK | cmyk(11%, 0%, 8%, 0%) |
| LAB | lab(97.5 -12.9 5.9) |
| LCH | lch(97.5 14.2 155.3) |
| OKLCH | oklch(0.974 0.039 156.9) |
Copy-ready code
/* CSS */
color: #e2ffec;
background-color: #e2ffec;
/* Tailwind (arbitrary) */
class="text-[#e2ffec] bg-[#e2ffec]"
/* SCSS */
$brand: #e2ffec;
/* SwiftUI */
Color(red: 0.886, green: 1.000, blue: 0.925)
/* Android */
Color.parseColor("#e2ffec")Accessibility — WCAG contrast
Aa
#e2ffec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ffec on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green100.0%
Blue92.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow7.5%
Key (black)0.0%
Color previews
#e2ffec text on a black background
contrast 19.75:1
Card sample
#e2ffec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ffec;
Background color
Panel with #e2ffec background
background-color: #e2ffec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ffec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 255, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 255, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ffec; background: linear-gradient(135deg, #e2ffec, #E2FFFF);