#fade9f
a light, electric yellow · warm · closest name: khaki
RGB
250, 222, 159
HSL
42°, 90%, 80%
CMYK
0, 11, 36, 2
Luminance
0.7507
Every format
| HEX | #fade9f |
| RGB | rgb(250, 222, 159) |
| HSL | hsl(42, 90%, 80%) |
| CMYK | cmyk(0%, 11%, 36%, 2%) |
| LAB | lab(89.4 1.0 34.5) |
| LCH | lch(89.4 34.5 88.4) |
| OKLCH | oklch(0.909 0.086 86.7) |
Copy-ready code
/* CSS */
color: #fade9f;
background-color: #fade9f;
/* Tailwind (arbitrary) */
class="text-[#fade9f] bg-[#fade9f]"
/* SCSS */
$brand: #fade9f;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.624)
/* Android */
Color.parseColor("#fade9f")Accessibility — WCAG contrast
Aa
#fade9f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade9f on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow36.4%
Key (black)2.0%
Color previews
#fade9f text on a black background
contrast 16.01:1
Card sample
#fade9f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade9f;
Background color
Panel with #fade9f background
background-color: #fade9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade9f; background: linear-gradient(135deg, #fade9f, #D9FA9F);