#fadc49
a balanced, electric yellow · cool · closest name: gold
RGB
250, 220, 73
HSL
50°, 95%, 63%
CMYK
0, 12, 71, 2
Luminance
0.7199
Every format
| HEX | #fadc49 |
| RGB | rgb(250, 220, 73) |
| HSL | hsl(50, 95%, 63%) |
| CMYK | cmyk(0%, 12%, 71%, 2%) |
| LAB | lab(88.0 -4.9 72.2) |
| LCH | lch(88.0 72.3 93.9) |
| OKLCH | oklch(0.895 0.162 97.3) |
Copy-ready code
/* CSS */
color: #fadc49;
background-color: #fadc49;
/* Tailwind (arbitrary) */
class="text-[#fadc49] bg-[#fadc49]"
/* SCSS */
$brand: #fadc49;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#fadc49")Accessibility — WCAG contrast
Aa
#fadc49 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadc49 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow70.8%
Key (black)2.0%
Color previews
#fadc49 text on a black background
contrast 15.40:1
Card sample
#fadc49 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadc49;
Background color
Panel with #fadc49 background
background-color: #fadc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadc49; background: linear-gradient(135deg, #fadc49, #A2FA49);