#e2f024
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 240, 36
HSL
64°, 87%, 54%
CMYK
6, 0, 85, 6
Luminance
0.7862
Every format
| HEX | #e2f024 |
| RGB | rgb(226, 240, 36) |
| HSL | hsl(64, 87%, 54%) |
| CMYK | cmyk(6%, 0%, 85%, 6%) |
| LAB | lab(91.1 -25.9 84.8) |
| LCH | lch(91.1 88.6 107.0) |
| OKLCH | oklch(0.914 0.199 114.0) |
Copy-ready code
/* CSS */
color: #e2f024;
background-color: #e2f024;
/* Tailwind (arbitrary) */
class="text-[#e2f024] bg-[#e2f024]"
/* SCSS */
$brand: #e2f024;
/* SwiftUI */
Color(red: 0.886, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#e2f024")Accessibility — WCAG contrast
Aa
#e2f024 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f024 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.1%
Blue14.1%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#e2f024 text on a black background
contrast 16.72:1
Card sample
#e2f024 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f024;
Background color
Panel with #e2f024 background
background-color: #e2f024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f024; background: linear-gradient(135deg, #e2f024, #5AF024);