#e2fe49
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 254, 73
HSL
69°, 99%, 64%
CMYK
11, 0, 71, 0
Luminance
0.8753
Every format
| HEX | #e2fe49 |
| RGB | rgb(226, 254, 73) |
| HSL | hsl(69, 99%, 64%) |
| CMYK | cmyk(11%, 0%, 71%, 0%) |
| LAB | lab(95.0 -31.1 78.4) |
| LCH | lch(95.0 84.3 111.6) |
| OKLCH | oklch(0.946 0.197 118.1) |
Copy-ready code
/* CSS */
color: #e2fe49;
background-color: #e2fe49;
/* Tailwind (arbitrary) */
class="text-[#e2fe49] bg-[#e2fe49]"
/* SCSS */
$brand: #e2fe49;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#e2fe49")Accessibility — WCAG contrast
Aa
#e2fe49 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fe49 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue28.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#e2fe49 text on a black background
contrast 18.51:1
Card sample
#e2fe49 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fe49;
Background color
Panel with #e2fe49 background
background-color: #e2fe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fe49; background: linear-gradient(135deg, #e2fe49, #69FE49);