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