#fade6e
a light, electric yellow · cool · closest name: khaki
RGB
250, 222, 110
HSL
48°, 93%, 71%
CMYK
0, 11, 56, 2
Luminance
0.7369
Every format
| HEX | #fade6e |
| RGB | rgb(250, 222, 110) |
| HSL | hsl(48, 93%, 71%) |
| CMYK | cmyk(0%, 11%, 56%, 2%) |
| LAB | lab(88.8 -3.6 57.6) |
| LCH | lch(88.8 57.7 93.6) |
| OKLCH | oklch(0.902 0.135 95.5) |
Copy-ready code
/* CSS */
color: #fade6e;
background-color: #fade6e;
/* Tailwind (arbitrary) */
class="text-[#fade6e] bg-[#fade6e]"
/* SCSS */
$brand: #fade6e;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.431)
/* Android */
Color.parseColor("#fade6e")Accessibility — WCAG contrast
Aa
#fade6e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade6e on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow56.0%
Key (black)2.0%
Color previews
#fade6e text on a black background
contrast 15.74:1
Card sample
#fade6e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade6e;
Background color
Panel with #fade6e background
background-color: #fade6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade6e; background: linear-gradient(135deg, #fade6e, #B9FA6E);