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