#eaf024
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 240, 36
HSL
62°, 87%, 54%
CMYK
3, 0, 85, 6
Luminance
0.7994
Every format
| HEX | #eaf024 |
| RGB | rgb(234, 240, 36) |
| HSL | hsl(62, 87%, 54%) |
| CMYK | cmyk(3%, 0%, 85%, 6%) |
| LAB | lab(91.7 -22.6 85.5) |
| LCH | lch(91.7 88.5 104.8) |
| OKLCH | oklch(0.920 0.197 111.6) |
Copy-ready code
/* CSS */
color: #eaf024;
background-color: #eaf024;
/* Tailwind (arbitrary) */
class="text-[#eaf024] bg-[#eaf024]"
/* SCSS */
$brand: #eaf024;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#eaf024")Accessibility — WCAG contrast
Aa
#eaf024 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf024 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue14.1%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#eaf024 text on a black background
contrast 16.99:1
Card sample
#eaf024 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf024;
Background color
Panel with #eaf024 background
background-color: #eaf024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf024; background: linear-gradient(135deg, #eaf024, #62F024);