#eefd49
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 253, 73
HSL
65°, 98%, 64%
CMYK
6, 0, 71, 1
Luminance
0.8891
Every format
| HEX | #eefd49 |
| RGB | rgb(238, 253, 73) |
| HSL | hsl(65, 98%, 64%) |
| CMYK | cmyk(6%, 0%, 71%, 1%) |
| LAB | lab(95.5 -25.9 79.2) |
| LCH | lch(95.5 83.3 108.1) |
| OKLCH | oklch(0.953 0.192 114.2) |
Copy-ready code
/* CSS */
color: #eefd49;
background-color: #eefd49;
/* Tailwind (arbitrary) */
class="text-[#eefd49] bg-[#eefd49]"
/* SCSS */
$brand: #eefd49;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.286)
/* Android */
Color.parseColor("#eefd49")Accessibility — WCAG contrast
Aa
#eefd49 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefd49 on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue28.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow71.1%
Key (black)0.8%
Color previews
#eefd49 text on a black background
contrast 18.78:1
Card sample
#eefd49 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefd49;
Background color
Panel with #eefd49 background
background-color: #eefd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefd49; background: linear-gradient(135deg, #eefd49, #76FD49);