#eaff29
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 255, 41
HSL
66°, 100%, 58%
CMYK
8, 0, 84, 0
Luminance
0.8917
Every format
| HEX | #eaff29 |
| RGB | rgb(234, 255, 41) |
| HSL | hsl(66, 100%, 58%) |
| CMYK | cmyk(8%, 0%, 84%, 0%) |
| LAB | lab(95.7 -29.5 87.8) |
| LCH | lch(95.7 92.6 108.6) |
| OKLCH | oklch(0.953 0.210 115.8) |
Copy-ready code
/* CSS */
color: #eaff29;
background-color: #eaff29;
/* Tailwind (arbitrary) */
class="text-[#eaff29] bg-[#eaff29]"
/* SCSS */
$brand: #eaff29;
/* SwiftUI */
Color(red: 0.918, green: 1.000, blue: 0.161)
/* Android */
Color.parseColor("#eaff29")Accessibility — WCAG contrast
Aa
#eaff29 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaff29 on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green100.0%
Blue16.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow83.9%
Key (black)0.0%
Color previews
#eaff29 text on a black background
contrast 18.83:1
Card sample
#eaff29 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaff29;
Background color
Panel with #eaff29 background
background-color: #eaff29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaff29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 255, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 255, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaff29; background: linear-gradient(135deg, #eaff29, #5BFF29);