#fade47
a balanced, electric yellow · cool · closest name: gold
RGB
250, 222, 71
HSL
51°, 95%, 63%
CMYK
0, 11, 72, 2
Luminance
0.7302
Every format
| HEX | #fade47 |
| RGB | rgb(250, 222, 71) |
| HSL | hsl(51, 95%, 63%) |
| CMYK | cmyk(0%, 11%, 72%, 2%) |
| LAB | lab(88.5 -6.0 73.4) |
| LCH | lch(88.5 73.6 94.6) |
| OKLCH | oklch(0.898 0.164 98.4) |
Copy-ready code
/* CSS */
color: #fade47;
background-color: #fade47;
/* Tailwind (arbitrary) */
class="text-[#fade47] bg-[#fade47]"
/* SCSS */
$brand: #fade47;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.278)
/* Android */
Color.parseColor("#fade47")Accessibility — WCAG contrast
Aa
#fade47 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade47 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow71.6%
Key (black)2.0%
Color previews
#fade47 text on a black background
contrast 15.60:1
Card sample
#fade47 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade47;
Background color
Panel with #fade47 background
background-color: #fade47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade47; background: linear-gradient(135deg, #fade47, #9FFA47);