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