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