#feec49
a balanced, electric yellow · cool · closest name: gold
RGB
254, 236, 73
HSL
54°, 99%, 64%
CMYK
0, 7, 71, 0
Luminance
0.8154
Every format
| HEX | #feec49 |
| RGB | rgb(254, 236, 73) |
| HSL | hsl(54, 99%, 64%) |
| CMYK | cmyk(0%, 7%, 71%, 0%) |
| LAB | lab(92.4 -11.2 76.6) |
| LCH | lch(92.4 77.4 98.3) |
| OKLCH | oklch(0.930 0.174 102.9) |
Copy-ready code
/* CSS */
color: #feec49;
background-color: #feec49;
/* Tailwind (arbitrary) */
class="text-[#feec49] bg-[#feec49]"
/* SCSS */
$brand: #feec49;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.286)
/* Android */
Color.parseColor("#feec49")Accessibility — WCAG contrast
Aa
#feec49 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feec49 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow71.3%
Key (black)0.4%
Color previews
#feec49 text on a black background
contrast 17.31:1
Card sample
#feec49 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feec49;
Background color
Panel with #feec49 background
background-color: #feec49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feec49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feec49; background: linear-gradient(135deg, #feec49, #97FE49);