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