#fade75
a light, electric yellow · cool · closest name: khaki
RGB
250, 222, 117
HSL
47°, 93%, 72%
CMYK
0, 11, 53, 2
Luminance
0.7385
Every format
| HEX | #fade75 |
| RGB | rgb(250, 222, 117) |
| HSL | hsl(47, 93%, 72%) |
| CMYK | cmyk(0%, 11%, 53%, 2%) |
| LAB | lab(88.8 -3.1 54.4) |
| LCH | lch(88.8 54.5 93.3) |
| OKLCH | oklch(0.903 0.129 94.7) |
Copy-ready code
/* CSS */
color: #fade75;
background-color: #fade75;
/* Tailwind (arbitrary) */
class="text-[#fade75] bg-[#fade75]"
/* SCSS */
$brand: #fade75;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.459)
/* Android */
Color.parseColor("#fade75")Accessibility — WCAG contrast
Aa
#fade75 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade75 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow53.2%
Key (black)2.0%
Color previews
#fade75 text on a black background
contrast 15.77:1
Card sample
#fade75 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade75;
Background color
Panel with #fade75 background
background-color: #fade75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade75; background: linear-gradient(135deg, #fade75, #BDFA75);