#feef49
a balanced, electric yellow · cool · closest name: gold
RGB
254, 239, 73
HSL
55°, 99%, 64%
CMYK
0, 6, 71, 0
Luminance
0.8328
Every format
| HEX | #feef49 |
| RGB | rgb(254, 239, 73) |
| HSL | hsl(55, 99%, 64%) |
| CMYK | cmyk(0%, 6%, 71%, 0%) |
| LAB | lab(93.1 -12.7 77.3) |
| LCH | lch(93.1 78.4 99.3) |
| OKLCH | oklch(0.936 0.176 104.1) |
Copy-ready code
/* CSS */
color: #feef49;
background-color: #feef49;
/* Tailwind (arbitrary) */
class="text-[#feef49] bg-[#feef49]"
/* SCSS */
$brand: #feef49;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.286)
/* Android */
Color.parseColor("#feef49")Accessibility — WCAG contrast
Aa
#feef49 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feef49 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow71.3%
Key (black)0.4%
Color previews
#feef49 text on a black background
contrast 17.66:1
Card sample
#feef49 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feef49;
Background color
Panel with #feef49 background
background-color: #feef49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feef49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feef49; background: linear-gradient(135deg, #feef49, #94FE49);