#e2f521
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 245, 33
HSL
65°, 91%, 55%
CMYK
8, 0, 87, 4
Luminance
0.8158
Every format
| HEX | #e2f521 |
| RGB | rgb(226, 245, 33) |
| HSL | hsl(65, 91%, 55%) |
| CMYK | cmyk(8%, 0%, 87%, 4%) |
| LAB | lab(92.4 -28.3 86.4) |
| LCH | lch(92.4 90.9 108.1) |
| OKLCH | oklch(0.925 0.205 115.4) |
Copy-ready code
/* CSS */
color: #e2f521;
background-color: #e2f521;
/* Tailwind (arbitrary) */
class="text-[#e2f521] bg-[#e2f521]"
/* SCSS */
$brand: #e2f521;
/* SwiftUI */
Color(red: 0.886, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#e2f521")Accessibility — WCAG contrast
Aa
#e2f521 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f521 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green96.1%
Blue12.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#e2f521 text on a black background
contrast 17.32:1
Card sample
#e2f521 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f521;
Background color
Panel with #e2f521 background
background-color: #e2f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f521; background: linear-gradient(135deg, #e2f521, #55F521);