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