#e2fd8f
a light, electric green · cool · closest name: khaki
RGB
226, 253, 143
HSL
75°, 97%, 78%
CMYK
11, 0, 44, 1
Luminance
0.8840
Every format
| HEX | #e2fd8f |
| RGB | rgb(226, 253, 143) |
| HSL | hsl(75, 97%, 78%) |
| CMYK | cmyk(11%, 0%, 44%, 1%) |
| LAB | lab(95.3 -25.3 49.6) |
| LCH | lch(95.3 55.6 117.0) |
| OKLCH | oklch(0.951 0.139 120.4) |
Copy-ready code
/* CSS */
color: #e2fd8f;
background-color: #e2fd8f;
/* Tailwind (arbitrary) */
class="text-[#e2fd8f] bg-[#e2fd8f]"
/* SCSS */
$brand: #e2fd8f;
/* SwiftUI */
Color(red: 0.886, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#e2fd8f")Accessibility — WCAG contrast
Aa
#e2fd8f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fd8f on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.2%
Blue56.1%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#e2fd8f text on a black background
contrast 18.68:1
Card sample
#e2fd8f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fd8f;
Background color
Panel with #e2fd8f background
background-color: #e2fd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fd8f; background: linear-gradient(135deg, #e2fd8f, #98FD8F);