#eafd39
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 253, 57
HSL
66°, 98%, 61%
CMYK
8, 0, 78, 1
Luminance
0.8804
Every format
| HEX | #eafd39 |
| RGB | rgb(234, 253, 57) |
| HSL | hsl(66, 98%, 61%) |
| CMYK | cmyk(8%, 0%, 78%, 1%) |
| LAB | lab(95.2 -28.1 83.6) |
| LCH | lch(95.2 88.2 108.6) |
| OKLCH | oklch(0.949 0.202 115.3) |
Copy-ready code
/* CSS */
color: #eafd39;
background-color: #eafd39;
/* Tailwind (arbitrary) */
class="text-[#eafd39] bg-[#eafd39]"
/* SCSS */
$brand: #eafd39;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.224)
/* Android */
Color.parseColor("#eafd39")Accessibility — WCAG contrast
Aa
#eafd39 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd39 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue22.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow77.5%
Key (black)0.8%
Color previews
#eafd39 text on a black background
contrast 18.61:1
Card sample
#eafd39 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd39;
Background color
Panel with #eafd39 background
background-color: #eafd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd39; background: linear-gradient(135deg, #eafd39, #67FD39);