#fade19
a balanced, electric yellow · cool · closest name: gold
RGB
250, 222, 25
HSL
53°, 96%, 54%
CMYK
0, 11, 90, 2
Luminance
0.7264
Every format
| HEX | #fade19 |
| RGB | rgb(250, 222, 25) |
| HSL | hsl(53, 96%, 54%) |
| CMYK | cmyk(0%, 11%, 90%, 2%) |
| LAB | lab(88.3 -7.3 85.3) |
| LCH | lch(88.3 85.6 94.9) |
| OKLCH | oklch(0.896 0.183 99.8) |
Copy-ready code
/* CSS */
color: #fade19;
background-color: #fade19;
/* Tailwind (arbitrary) */
class="text-[#fade19] bg-[#fade19]"
/* SCSS */
$brand: #fade19;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.098)
/* Android */
Color.parseColor("#fade19")Accessibility — WCAG contrast
Aa
#fade19 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade19 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow90.0%
Key (black)2.0%
Color previews
#fade19 text on a black background
contrast 15.53:1
Card sample
#fade19 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade19;
Background color
Panel with #fade19 background
background-color: #fade19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade19; background: linear-gradient(135deg, #fade19, #80FA19);