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