#fade9a
a light, electric yellow · warm · closest name: khaki
RGB
250, 222, 154
HSL
43°, 91%, 79%
CMYK
0, 11, 38, 2
Luminance
0.7490
Every format
| HEX | #fade9a |
| RGB | rgb(250, 222, 154) |
| HSL | hsl(43, 91%, 79%) |
| CMYK | cmyk(0%, 11%, 38%, 2%) |
| LAB | lab(89.3 0.4 36.9) |
| LCH | lch(89.3 36.9 89.4) |
| OKLCH | oklch(0.908 0.091 88.1) |
Copy-ready code
/* CSS */
color: #fade9a;
background-color: #fade9a;
/* Tailwind (arbitrary) */
class="text-[#fade9a] bg-[#fade9a]"
/* SCSS */
$brand: #fade9a;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.604)
/* Android */
Color.parseColor("#fade9a")Accessibility — WCAG contrast
Aa
#fade9a on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade9a on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow38.4%
Key (black)2.0%
Color previews
#fade9a text on a black background
contrast 15.98:1
Card sample
#fade9a text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade9a;
Background color
Panel with #fade9a background
background-color: #fade9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade9a; background: linear-gradient(135deg, #fade9a, #D6FA9A);