#e2fdce
a pale, electric green · cool · closest name: beige
RGB
226, 253, 206
HSL
95°, 92%, 90%
CMYK
11, 0, 19, 1
Luminance
0.9088
Every format
| HEX | #e2fdce |
| RGB | rgb(226, 253, 206) |
| HSL | hsl(95, 92%, 90%) |
| CMYK | cmyk(11%, 0%, 19%, 1%) |
| LAB | lab(96.4 -16.9 19.6) |
| LCH | lch(96.4 25.9 130.8) |
| OKLCH | oklch(0.963 0.068 132.0) |
Copy-ready code
/* CSS */
color: #e2fdce;
background-color: #e2fdce;
/* Tailwind (arbitrary) */
class="text-[#e2fdce] bg-[#e2fdce]"
/* SCSS */
$brand: #e2fdce;
/* SwiftUI */
Color(red: 0.886, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#e2fdce")Accessibility — WCAG contrast
Aa
#e2fdce on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fdce on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.2%
Blue80.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#e2fdce text on a black background
contrast 19.18:1
Card sample
#e2fdce text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fdce;
Background color
Panel with #e2fdce background
background-color: #e2fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fdce; background: linear-gradient(135deg, #e2fdce, #CEFDD9);