#e5ffdf
a pale, electric green · cool · closest name: beige
RGB
229, 255, 223
HSL
109°, 100%, 94%
CMYK
10, 0, 13, 0
Luminance
0.9351
Every format
| HEX | #e5ffdf |
| RGB | rgb(229, 255, 223) |
| HSL | hsl(109, 100%, 94%) |
| CMYK | cmyk(10%, 0%, 13%, 0%) |
| LAB | lab(97.4 -14.1 12.5) |
| LCH | lch(97.4 18.9 138.6) |
| OKLCH | oklch(0.973 0.050 139.8) |
Copy-ready code
/* CSS */
color: #e5ffdf;
background-color: #e5ffdf;
/* Tailwind (arbitrary) */
class="text-[#e5ffdf] bg-[#e5ffdf]"
/* SCSS */
$brand: #e5ffdf;
/* SwiftUI */
Color(red: 0.898, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#e5ffdf")Accessibility — WCAG contrast
Aa
#e5ffdf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ffdf on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#e5ffdf text on a black background
contrast 19.70:1
Card sample
#e5ffdf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ffdf;
Background color
Panel with #e5ffdf background
background-color: #e5ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ffdf; background: linear-gradient(135deg, #e5ffdf, #DFFFEE);