#eaf539
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 245, 57
HSL
64°, 90%, 59%
CMYK
5, 0, 77, 4
Luminance
0.8309
Every format
| HEX | #eaf539 |
| RGB | rgb(234, 245, 57) |
| HSL | hsl(64, 90%, 59%) |
| CMYK | cmyk(5%, 0%, 77%, 4%) |
| LAB | lab(93.1 -24.4 81.7) |
| LCH | lch(93.1 85.3 106.6) |
| OKLCH | oklch(0.932 0.194 113.1) |
Copy-ready code
/* CSS */
color: #eaf539;
background-color: #eaf539;
/* Tailwind (arbitrary) */
class="text-[#eaf539] bg-[#eaf539]"
/* SCSS */
$brand: #eaf539;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#eaf539")Accessibility — WCAG contrast
Aa
#eaf539 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf539 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue22.4%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#eaf539 text on a black background
contrast 17.62:1
Card sample
#eaf539 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf539;
Background color
Panel with #eaf539 background
background-color: #eaf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf539; background: linear-gradient(135deg, #eaf539, #6DF539);