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