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