#eefd2f
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 253, 47
HSL
64°, 98%, 59%
CMYK
6, 0, 81, 1
Luminance
0.8863
Every format
| HEX | #eefd2f |
| RGB | rgb(238, 253, 47) |
| HSL | hsl(64, 98%, 59%) |
| CMYK | cmyk(6%, 0%, 81%, 1%) |
| LAB | lab(95.4 -26.8 86.4) |
| LCH | lch(95.4 90.5 107.2) |
| OKLCH | oklch(0.951 0.204 114.1) |
Copy-ready code
/* CSS */
color: #eefd2f;
background-color: #eefd2f;
/* Tailwind (arbitrary) */
class="text-[#eefd2f] bg-[#eefd2f]"
/* SCSS */
$brand: #eefd2f;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.184)
/* Android */
Color.parseColor("#eefd2f")Accessibility — WCAG contrast
Aa
#eefd2f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefd2f on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue18.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow81.4%
Key (black)0.8%
Color previews
#eefd2f text on a black background
contrast 18.73:1
Card sample
#eefd2f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefd2f;
Background color
Panel with #eefd2f background
background-color: #eefd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefd2f; background: linear-gradient(135deg, #eefd2f, #64FD2F);