#e5f9e8
a pale, vivid green · cool · closest name: ivory
RGB
229, 249, 232
HSL
129°, 63%, 94%
CMYK
8, 0, 7, 2
Luminance
0.9024
Every format
| HEX | #e5f9e8 |
| RGB | rgb(229, 249, 232) |
| HSL | hsl(129, 63%, 94%) |
| CMYK | cmyk(8%, 0%, 7%, 2%) |
| LAB | lab(96.1 -9.6 5.9) |
| LCH | lch(96.1 11.3 148.4) |
| OKLCH | oklch(0.963 0.031 149.8) |
Copy-ready code
/* CSS */
color: #e5f9e8;
background-color: #e5f9e8;
/* Tailwind (arbitrary) */
class="text-[#e5f9e8] bg-[#e5f9e8]"
/* SCSS */
$brand: #e5f9e8;
/* SwiftUI */
Color(red: 0.898, green: 0.976, blue: 0.910)
/* Android */
Color.parseColor("#e5f9e8")Accessibility — WCAG contrast
Aa
#e5f9e8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f9e8 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green97.6%
Blue91.0%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow6.8%
Key (black)2.4%
Color previews
#e5f9e8 text on a black background
contrast 19.05:1
Card sample
#e5f9e8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f9e8;
Background color
Panel with #e5f9e8 background
background-color: #e5f9e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f9e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 249, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 249, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f9e8; background: linear-gradient(135deg, #e5f9e8, #E5F9F5);