#efff49
a balanced, electric yellow · cool · closest name: yellow
RGB
239, 255, 73
HSL
65°, 100%, 64%
CMYK
6, 0, 71, 0
Luminance
0.9035
Every format
| HEX | #efff49 |
| RGB | rgb(239, 255, 73) |
| HSL | hsl(65, 100%, 64%) |
| CMYK | cmyk(6%, 0%, 71%, 0%) |
| LAB | lab(96.1 -26.4 79.8) |
| LCH | lch(96.1 84.1 108.3) |
| OKLCH | oklch(0.958 0.194 114.5) |
Copy-ready code
/* CSS */
color: #efff49;
background-color: #efff49;
/* Tailwind (arbitrary) */
class="text-[#efff49] bg-[#efff49]"
/* SCSS */
$brand: #efff49;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#efff49")Accessibility — WCAG contrast
Aa
#efff49 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efff49 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue28.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#efff49 text on a black background
contrast 19.07:1
Card sample
#efff49 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efff49;
Background color
Panel with #efff49 background
background-color: #efff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efff49; background: linear-gradient(135deg, #efff49, #76FF49);