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