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