#edff49
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 255, 73
HSL
66°, 100%, 64%
CMYK
7, 0, 71, 0
Luminance
0.9001
Every format
| HEX | #edff49 |
| RGB | rgb(237, 255, 73) |
| HSL | hsl(66, 100%, 64%) |
| CMYK | cmyk(7%, 0%, 71%, 0%) |
| LAB | lab(96.0 -27.2 79.6) |
| LCH | lch(96.0 84.2 108.9) |
| OKLCH | oklch(0.956 0.195 115.1) |
Copy-ready code
/* CSS */
color: #edff49;
background-color: #edff49;
/* Tailwind (arbitrary) */
class="text-[#edff49] bg-[#edff49]"
/* SCSS */
$brand: #edff49;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#edff49")Accessibility — WCAG contrast
Aa
#edff49 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edff49 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue28.6%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#edff49 text on a black background
contrast 19.00:1
Card sample
#edff49 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edff49;
Background color
Panel with #edff49 background
background-color: #edff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edff49; background: linear-gradient(135deg, #edff49, #74FF49);