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