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