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