#e2fa21
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 250, 33
HSL
67°, 96%, 56%
CMYK
10, 0, 87, 2
Luminance
0.8465
Every format
| HEX | #e2fa21 |
| RGB | rgb(226, 250, 33) |
| HSL | hsl(67, 96%, 56%) |
| CMYK | cmyk(10%, 0%, 87%, 2%) |
| LAB | lab(93.7 -30.6 87.5) |
| LCH | lch(93.7 92.7 109.3) |
| OKLCH | oklch(0.935 0.210 116.7) |
Copy-ready code
/* CSS */
color: #e2fa21;
background-color: #e2fa21;
/* Tailwind (arbitrary) */
class="text-[#e2fa21] bg-[#e2fa21]"
/* SCSS */
$brand: #e2fa21;
/* SwiftUI */
Color(red: 0.886, green: 0.980, blue: 0.129)
/* Android */
Color.parseColor("#e2fa21")Accessibility — WCAG contrast
Aa
#e2fa21 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fa21 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.0%
Blue12.9%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow86.8%
Key (black)2.0%
Color previews
#e2fa21 text on a black background
contrast 17.93:1
Card sample
#e2fa21 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fa21;
Background color
Panel with #e2fa21 background
background-color: #e2fa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 250, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 250, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fa21; background: linear-gradient(135deg, #e2fa21, #51FA21);