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