#eaf721
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 247, 33
HSL
64°, 93%, 55%
CMYK
5, 0, 87, 3
Luminance
0.8412
Every format
| HEX | #eaf721 |
| RGB | rgb(234, 247, 33) |
| HSL | hsl(64, 93%, 55%) |
| CMYK | cmyk(5%, 0%, 87%, 3%) |
| LAB | lab(93.5 -26.0 87.6) |
| LCH | lch(93.5 91.3 106.5) |
| OKLCH | oklch(0.935 0.204 113.6) |
Copy-ready code
/* CSS */
color: #eaf721;
background-color: #eaf721;
/* Tailwind (arbitrary) */
class="text-[#eaf721] bg-[#eaf721]"
/* SCSS */
$brand: #eaf721;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#eaf721")Accessibility — WCAG contrast
Aa
#eaf721 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf721 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue12.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#eaf721 text on a black background
contrast 17.82:1
Card sample
#eaf721 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf721;
Background color
Panel with #eaf721 background
background-color: #eaf721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf721; background: linear-gradient(135deg, #eaf721, #5CF721);