#e2f511
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 245, 17
HSL
65°, 92%, 51%
CMYK
8, 0, 93, 4
Luminance
0.8151
Every format
| HEX | #e2f511 |
| RGB | rgb(226, 245, 17) |
| HSL | hsl(65, 92%, 51%) |
| CMYK | cmyk(8%, 0%, 93%, 4%) |
| LAB | lab(92.4 -28.6 88.6) |
| LCH | lch(92.4 93.1 107.9) |
| OKLCH | oklch(0.924 0.208 115.4) |
Copy-ready code
/* CSS */
color: #e2f511;
background-color: #e2f511;
/* Tailwind (arbitrary) */
class="text-[#e2f511] bg-[#e2f511]"
/* SCSS */
$brand: #e2f511;
/* SwiftUI */
Color(red: 0.886, green: 0.961, blue: 0.067)
/* Android */
Color.parseColor("#e2f511")Accessibility — WCAG contrast
Aa
#e2f511 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f511 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green96.1%
Blue6.7%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow93.1%
Key (black)3.9%
Color previews
#e2f511 text on a black background
contrast 17.30:1
Card sample
#e2f511 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f511;
Background color
Panel with #e2f511 background
background-color: #e2f511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 245, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 245, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f511; background: linear-gradient(135deg, #e2f511, #4AF511);