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