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