#feee4a
a balanced, electric yellow · cool · closest name: gold
RGB
254, 238, 74
HSL
55°, 99%, 64%
CMYK
0, 6, 71, 0
Luminance
0.8271
Every format
| HEX | #feee4a |
| RGB | rgb(254, 238, 74) |
| HSL | hsl(55, 99%, 64%) |
| CMYK | cmyk(0%, 6%, 71%, 0%) |
| LAB | lab(92.9 -12.1 76.7) |
| LCH | lch(92.9 77.7 99.0) |
| OKLCH | oklch(0.935 0.175 103.6) |
Copy-ready code
/* CSS */
color: #feee4a;
background-color: #feee4a;
/* Tailwind (arbitrary) */
class="text-[#feee4a] bg-[#feee4a]"
/* SCSS */
$brand: #feee4a;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.290)
/* Android */
Color.parseColor("#feee4a")Accessibility — WCAG contrast
Aa
#feee4a on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee4a on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow70.9%
Key (black)0.4%
Color previews
#feee4a text on a black background
contrast 17.54:1
Card sample
#feee4a text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee4a;
Background color
Panel with #feee4a background
background-color: #feee4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee4a; background: linear-gradient(135deg, #feee4a, #96FE4A);