#fece49
a balanced, electric yellow · warm · closest name: gold
RGB
254, 206, 73
HSL
44°, 99%, 64%
CMYK
0, 19, 71, 0
Luminance
0.6569
Every format
| HEX | #fece49 |
| RGB | rgb(254, 206, 73) |
| HSL | hsl(44, 99%, 64%) |
| CMYK | cmyk(0%, 19%, 71%, 0%) |
| LAB | lab(84.8 3.9 69.2) |
| LCH | lch(84.8 69.3 86.8) |
| OKLCH | oklch(0.871 0.154 88.4) |
Copy-ready code
/* CSS */
color: #fece49;
background-color: #fece49;
/* Tailwind (arbitrary) */
class="text-[#fece49] bg-[#fece49]"
/* SCSS */
$brand: #fece49;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#fece49")Accessibility — WCAG contrast
Aa
#fece49 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fece49 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow71.3%
Key (black)0.4%
Color previews
#fece49 text on a black background
contrast 14.14:1
Card sample
#fece49 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fece49;
Background color
Panel with #fece49 background
background-color: #fece49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fece49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fece49; background: linear-gradient(135deg, #fece49, #B5FE49);