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