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