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