#fee044
a balanced, electric yellow · cool · closest name: gold
RGB
254, 224, 68
HSL
50°, 99%, 63%
CMYK
0, 12, 73, 0
Luminance
0.7480
Every format
| HEX | #fee044 |
| RGB | rgb(254, 224, 68) |
| HSL | hsl(50, 99%, 63%) |
| CMYK | cmyk(0%, 12%, 73%, 0%) |
| LAB | lab(89.3 -5.4 75.4) |
| LCH | lch(89.3 75.6 94.1) |
| OKLCH | oklch(0.906 0.168 97.9) |
Copy-ready code
/* CSS */
color: #fee044;
background-color: #fee044;
/* Tailwind (arbitrary) */
class="text-[#fee044] bg-[#fee044]"
/* SCSS */
$brand: #fee044;
/* SwiftUI */
Color(red: 0.996, green: 0.878, blue: 0.267)
/* Android */
Color.parseColor("#fee044")Accessibility — WCAG contrast
Aa
#fee044 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee044 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow73.2%
Key (black)0.4%
Color previews
#fee044 text on a black background
contrast 15.96:1
Card sample
#fee044 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee044;
Background color
Panel with #fee044 background
background-color: #fee044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 224, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 224, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee044; background: linear-gradient(135deg, #fee044, #A0FE44);