#fade4e
a balanced, electric yellow · cool · closest name: gold
RGB
250, 222, 78
HSL
50°, 95%, 64%
CMYK
0, 11, 69, 2
Luminance
0.7312
Every format
| HEX | #fade4e |
| RGB | rgb(250, 222, 78) |
| HSL | hsl(50, 95%, 64%) |
| CMYK | cmyk(0%, 11%, 69%, 2%) |
| LAB | lab(88.5 -5.6 70.8) |
| LCH | lch(88.5 71.0 94.5) |
| OKLCH | oklch(0.899 0.160 98.0) |
Copy-ready code
/* CSS */
color: #fade4e;
background-color: #fade4e;
/* Tailwind (arbitrary) */
class="text-[#fade4e] bg-[#fade4e]"
/* SCSS */
$brand: #fade4e;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.306)
/* Android */
Color.parseColor("#fade4e")Accessibility — WCAG contrast
Aa
#fade4e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade4e on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow68.8%
Key (black)2.0%
Color previews
#fade4e text on a black background
contrast 15.62:1
Card sample
#fade4e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade4e;
Background color
Panel with #fade4e background
background-color: #fade4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade4e; background: linear-gradient(135deg, #fade4e, #A3FA4E);