#eafd49
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 253, 73
HSL
66°, 98%, 64%
CMYK
8, 0, 71, 1
Luminance
0.8822
Every format
| HEX | #eafd49 |
| RGB | rgb(234, 253, 73) |
| HSL | hsl(66, 98%, 64%) |
| CMYK | cmyk(8%, 0%, 71%, 1%) |
| LAB | lab(95.3 -27.5 78.8) |
| LCH | lch(95.3 83.5 109.2) |
| OKLCH | oklch(0.950 0.194 115.5) |
Copy-ready code
/* CSS */
color: #eafd49;
background-color: #eafd49;
/* Tailwind (arbitrary) */
class="text-[#eafd49] bg-[#eafd49]"
/* SCSS */
$brand: #eafd49;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.286)
/* Android */
Color.parseColor("#eafd49")Accessibility — WCAG contrast
Aa
#eafd49 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd49 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue28.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow71.1%
Key (black)0.8%
Color previews
#eafd49 text on a black background
contrast 18.64:1
Card sample
#eafd49 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd49;
Background color
Panel with #eafd49 background
background-color: #eafd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd49; background: linear-gradient(135deg, #eafd49, #72FD49);