#e7ffeb
a pale, electric green · cool · closest name: ivory
RGB
231, 255, 235
HSL
130°, 100%, 95%
CMYK
9, 0, 8, 0
Luminance
0.9451
Every format
| HEX | #e7ffeb |
| RGB | rgb(231, 255, 235) |
| HSL | hsl(130, 100%, 95%) |
| CMYK | cmyk(9%, 0%, 8%, 0%) |
| LAB | lab(97.8 -11.4 6.9) |
| LCH | lch(97.8 13.3 148.8) |
| OKLCH | oklch(0.977 0.036 150.3) |
Copy-ready code
/* CSS */
color: #e7ffeb;
background-color: #e7ffeb;
/* Tailwind (arbitrary) */
class="text-[#e7ffeb] bg-[#e7ffeb]"
/* SCSS */
$brand: #e7ffeb;
/* SwiftUI */
Color(red: 0.906, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#e7ffeb")Accessibility — WCAG contrast
Aa
#e7ffeb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ffeb on black: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green100.0%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#e7ffeb text on a black background
contrast 19.90:1
Card sample
#e7ffeb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ffeb;
Background color
Panel with #e7ffeb background
background-color: #e7ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ffeb; background: linear-gradient(135deg, #e7ffeb, #E7FFFB);