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