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