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