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