#fade31
a balanced, electric yellow · cool · closest name: gold
RGB
250, 222, 49
HSL
52°, 95%, 59%
CMYK
0, 11, 80, 2
Luminance
0.7279
Every format
| HEX | #fade31 |
| RGB | rgb(250, 222, 49) |
| HSL | hsl(52, 95%, 59%) |
| CMYK | cmyk(0%, 11%, 80%, 2%) |
| LAB | lab(88.3 -6.8 80.3) |
| LCH | lch(88.3 80.5 94.8) |
| OKLCH | oklch(0.897 0.175 99.3) |
Copy-ready code
/* CSS */
color: #fade31;
background-color: #fade31;
/* Tailwind (arbitrary) */
class="text-[#fade31] bg-[#fade31]"
/* SCSS */
$brand: #fade31;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.192)
/* Android */
Color.parseColor("#fade31")Accessibility — WCAG contrast
Aa
#fade31 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade31 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow80.4%
Key (black)2.0%
Color previews
#fade31 text on a black background
contrast 15.56:1
Card sample
#fade31 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade31;
Background color
Panel with #fade31 background
background-color: #fade31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade31; background: linear-gradient(135deg, #fade31, #90FA31);