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