#fade8c
a light, electric yellow · warm · closest name: khaki
RGB
250, 222, 140
HSL
45°, 92%, 77%
CMYK
0, 11, 44, 2
Luminance
0.7446
Every format
| HEX | #fade8c |
| RGB | rgb(250, 222, 140) |
| HSL | hsl(45, 92%, 77%) |
| CMYK | cmyk(0%, 11%, 44%, 2%) |
| LAB | lab(89.1 -1.1 43.6) |
| LCH | lch(89.1 43.7 91.4) |
| OKLCH | oklch(0.906 0.106 91.3) |
Copy-ready code
/* CSS */
color: #fade8c;
background-color: #fade8c;
/* Tailwind (arbitrary) */
class="text-[#fade8c] bg-[#fade8c]"
/* SCSS */
$brand: #fade8c;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.549)
/* Android */
Color.parseColor("#fade8c")Accessibility — WCAG contrast
Aa
#fade8c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade8c on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow44.0%
Key (black)2.0%
Color previews
#fade8c text on a black background
contrast 15.89:1
Card sample
#fade8c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade8c;
Background color
Panel with #fade8c background
background-color: #fade8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade8c; background: linear-gradient(135deg, #fade8c, #CDFA8C);