#fade63
a light, electric yellow · cool · closest name: khaki
RGB
250, 222, 99
HSL
49°, 94%, 68%
CMYK
0, 11, 60, 2
Luminance
0.7347
Every format
| HEX | #fade63 |
| RGB | rgb(250, 222, 99) |
| HSL | hsl(49, 94%, 68%) |
| CMYK | cmyk(0%, 11%, 60%, 2%) |
| LAB | lab(88.7 -4.4 62.4) |
| LCH | lch(88.7 62.5 94.1) |
| OKLCH | oklch(0.901 0.144 96.5) |
Copy-ready code
/* CSS */
color: #fade63;
background-color: #fade63;
/* Tailwind (arbitrary) */
class="text-[#fade63] bg-[#fade63]"
/* SCSS */
$brand: #fade63;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.388)
/* Android */
Color.parseColor("#fade63")Accessibility — WCAG contrast
Aa
#fade63 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade63 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow60.4%
Key (black)2.0%
Color previews
#fade63 text on a black background
contrast 15.69:1
Card sample
#fade63 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade63;
Background color
Panel with #fade63 background
background-color: #fade63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade63; background: linear-gradient(135deg, #fade63, #B1FA63);