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