#e2f577
a light, electric yellow · cool · closest name: khaki
RGB
226, 245, 119
HSL
69°, 86%, 71%
CMYK
8, 0, 51, 4
Luminance
0.8281
Every format
| HEX | #e2f577 |
| RGB | rgb(226, 245, 119) |
| HSL | hsl(69, 86%, 71%) |
| CMYK | cmyk(8%, 0%, 51%, 4%) |
| LAB | lab(92.9 -23.8 57.8) |
| LCH | lch(92.9 62.5 112.3) |
| OKLCH | oklch(0.931 0.152 116.6) |
Copy-ready code
/* CSS */
color: #e2f577;
background-color: #e2f577;
/* Tailwind (arbitrary) */
class="text-[#e2f577] bg-[#e2f577]"
/* SCSS */
$brand: #e2f577;
/* SwiftUI */
Color(red: 0.886, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#e2f577")Accessibility — WCAG contrast
Aa
#e2f577 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f577 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green96.1%
Blue46.7%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#e2f577 text on a black background
contrast 17.56:1
Card sample
#e2f577 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f577;
Background color
Panel with #e2f577 background
background-color: #e2f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f577; background: linear-gradient(135deg, #e2f577, #8EF577);