#e2fe21
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 254, 33
HSL
68°, 99%, 56%
CMYK
11, 0, 87, 0
Luminance
0.8716
Every format
| HEX | #e2fe21 |
| RGB | rgb(226, 254, 33) |
| HSL | hsl(68, 99%, 56%) |
| CMYK | cmyk(11%, 0%, 87%, 0%) |
| LAB | lab(94.8 -32.5 88.4) |
| LCH | lch(94.8 94.2 110.2) |
| OKLCH | oklch(0.944 0.214 117.7) |
Copy-ready code
/* CSS */
color: #e2fe21;
background-color: #e2fe21;
/* Tailwind (arbitrary) */
class="text-[#e2fe21] bg-[#e2fe21]"
/* SCSS */
$brand: #e2fe21;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#e2fe21")Accessibility — WCAG contrast
Aa
#e2fe21 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fe21 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue12.9%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#e2fe21 text on a black background
contrast 18.43:1
Card sample
#e2fe21 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fe21;
Background color
Panel with #e2fe21 background
background-color: #e2fe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fe21; background: linear-gradient(135deg, #e2fe21, #4FFE21);