#e2fd7f
a light, electric green · cool · closest name: khaki
RGB
226, 253, 127
HSL
73°, 97%, 75%
CMYK
11, 0, 50, 1
Luminance
0.8795
Every format
| HEX | #e2fd7f |
| RGB | rgb(226, 253, 127) |
| HSL | hsl(73, 97%, 75%) |
| CMYK | cmyk(11%, 0%, 50%, 1%) |
| LAB | lab(95.1 -26.8 56.8) |
| LCH | lch(95.1 62.8 115.3) |
| OKLCH | oklch(0.949 0.155 119.4) |
Copy-ready code
/* CSS */
color: #e2fd7f;
background-color: #e2fd7f;
/* Tailwind (arbitrary) */
class="text-[#e2fd7f] bg-[#e2fd7f]"
/* SCSS */
$brand: #e2fd7f;
/* SwiftUI */
Color(red: 0.886, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#e2fd7f")Accessibility — WCAG contrast
Aa
#e2fd7f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fd7f on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.2%
Blue49.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#e2fd7f text on a black background
contrast 18.59:1
Card sample
#e2fd7f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fd7f;
Background color
Panel with #e2fd7f background
background-color: #e2fd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fd7f; background: linear-gradient(135deg, #e2fd7f, #8EFD7F);