#fade37
a balanced, electric yellow · cool · closest name: gold
RGB
250, 222, 55
HSL
51°, 95%, 60%
CMYK
0, 11, 78, 2
Luminance
0.7284
Every format
| HEX | #fade37 |
| RGB | rgb(250, 222, 55) |
| HSL | hsl(51, 95%, 60%) |
| CMYK | cmyk(0%, 11%, 78%, 2%) |
| LAB | lab(88.4 -6.6 78.6) |
| LCH | lch(88.4 78.8 94.8) |
| OKLCH | oklch(0.898 0.173 99.1) |
Copy-ready code
/* CSS */
color: #fade37;
background-color: #fade37;
/* Tailwind (arbitrary) */
class="text-[#fade37] bg-[#fade37]"
/* SCSS */
$brand: #fade37;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.216)
/* Android */
Color.parseColor("#fade37")Accessibility — WCAG contrast
Aa
#fade37 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade37 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow78.0%
Key (black)2.0%
Color previews
#fade37 text on a black background
contrast 15.57:1
Card sample
#fade37 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade37;
Background color
Panel with #fade37 background
background-color: #fade37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade37; background: linear-gradient(135deg, #fade37, #94FA37);