#e2fef0
a pale, electric green · cool · closest name: ivory
RGB
226, 254, 240
HSL
150°, 93%, 94%
CMYK
11, 0, 6, 0
Luminance
0.9334
Every format
| HEX | #e2fef0 |
| RGB | rgb(226, 254, 240) |
| HSL | hsl(150, 93%, 94%) |
| CMYK | cmyk(11%, 0%, 6%, 0%) |
| LAB | lab(97.4 -11.6 3.6) |
| LCH | lch(97.4 12.2 162.7) |
| OKLCH | oklch(0.973 0.035 164.2) |
Copy-ready code
/* CSS */
color: #e2fef0;
background-color: #e2fef0;
/* Tailwind (arbitrary) */
class="text-[#e2fef0] bg-[#e2fef0]"
/* SCSS */
$brand: #e2fef0;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.941)
/* Android */
Color.parseColor("#e2fef0")Accessibility — WCAG contrast
Aa
#e2fef0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fef0 on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue94.1%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow5.5%
Key (black)0.4%
Color previews
#e2fef0 text on a black background
contrast 19.67:1
Card sample
#e2fef0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fef0;
Background color
Panel with #e2fef0 background
background-color: #e2fef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fef0; background: linear-gradient(135deg, #e2fef0, #E2F9FE);