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