#e2f482
a light, electric yellow · cool · closest name: khaki
RGB
226, 244, 130
HSL
70°, 84%, 73%
CMYK
7, 0, 47, 4
Luminance
0.8248
Every format
| HEX | #e2f482 |
| RGB | rgb(226, 244, 130) |
| HSL | hsl(70, 84%, 73%) |
| CMYK | cmyk(7%, 0%, 47%, 4%) |
| LAB | lab(92.8 -22.3 52.6) |
| LCH | lch(92.8 57.1 113.0) |
| OKLCH | oklch(0.930 0.141 116.6) |
Copy-ready code
/* CSS */
color: #e2f482;
background-color: #e2f482;
/* Tailwind (arbitrary) */
class="text-[#e2f482] bg-[#e2f482]"
/* SCSS */
$brand: #e2f482;
/* SwiftUI */
Color(red: 0.886, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#e2f482")Accessibility — WCAG contrast
Aa
#e2f482 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f482 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green95.7%
Blue51.0%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#e2f482 text on a black background
contrast 17.50:1
Card sample
#e2f482 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f482;
Background color
Panel with #e2f482 background
background-color: #e2f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f482; background: linear-gradient(135deg, #e2f482, #96F482);