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