#e8feee
a pale, electric green · cool · closest name: ivory
RGB
232, 254, 238
HSL
136°, 92%, 95%
CMYK
9, 0, 6, 0
Luminance
0.9421
Every format
| HEX | #e8feee |
| RGB | rgb(232, 254, 238) |
| HSL | hsl(136, 92%, 95%) |
| CMYK | cmyk(9%, 0%, 6%, 0%) |
| LAB | lab(97.7 -10.1 5.2) |
| LCH | lch(97.7 11.3 152.6) |
| OKLCH | oklch(0.977 0.031 154.2) |
Copy-ready code
/* CSS */
color: #e8feee;
background-color: #e8feee;
/* Tailwind (arbitrary) */
class="text-[#e8feee] bg-[#e8feee]"
/* SCSS */
$brand: #e8feee;
/* SwiftUI */
Color(red: 0.910, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#e8feee")Accessibility — WCAG contrast
Aa
#e8feee on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8feee on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#e8feee text on a black background
contrast 19.84:1
Card sample
#e8feee text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8feee;
Background color
Panel with #e8feee background
background-color: #e8feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8feee; background: linear-gradient(135deg, #e8feee, #E8FEFD);