#e2ef21
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 239, 33
HSL
64°, 87%, 53%
CMYK
5, 0, 86, 6
Luminance
0.7801
Every format
| HEX | #e2ef21 |
| RGB | rgb(226, 239, 33) |
| HSL | hsl(64, 87%, 53%) |
| CMYK | cmyk(5%, 0%, 86%, 6%) |
| LAB | lab(90.8 -25.5 85.1) |
| LCH | lch(90.8 88.8 106.7) |
| OKLCH | oklch(0.912 0.199 113.7) |
Copy-ready code
/* CSS */
color: #e2ef21;
background-color: #e2ef21;
/* Tailwind (arbitrary) */
class="text-[#e2ef21] bg-[#e2ef21]"
/* SCSS */
$brand: #e2ef21;
/* SwiftUI */
Color(red: 0.886, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#e2ef21")Accessibility — WCAG contrast
Aa
#e2ef21 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ef21 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.7%
Blue12.9%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#e2ef21 text on a black background
contrast 16.60:1
Card sample
#e2ef21 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ef21;
Background color
Panel with #e2ef21 background
background-color: #e2ef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ef21; background: linear-gradient(135deg, #e2ef21, #58EF21);