#fade6a
a light, electric yellow · cool · closest name: khaki
RGB
250, 222, 106
HSL
48°, 94%, 70%
CMYK
0, 11, 58, 2
Luminance
0.7361
Every format
| HEX | #fade6a |
| RGB | rgb(250, 222, 106) |
| HSL | hsl(48, 94%, 70%) |
| CMYK | cmyk(0%, 11%, 58%, 2%) |
| LAB | lab(88.7 -3.9 59.4) |
| LCH | lch(88.7 59.5 93.8) |
| OKLCH | oklch(0.902 0.139 95.9) |
Copy-ready code
/* CSS */
color: #fade6a;
background-color: #fade6a;
/* Tailwind (arbitrary) */
class="text-[#fade6a] bg-[#fade6a]"
/* SCSS */
$brand: #fade6a;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.416)
/* Android */
Color.parseColor("#fade6a")Accessibility — WCAG contrast
Aa
#fade6a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade6a on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow57.6%
Key (black)2.0%
Color previews
#fade6a text on a black background
contrast 15.72:1
Card sample
#fade6a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade6a;
Background color
Panel with #fade6a background
background-color: #fade6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade6a; background: linear-gradient(135deg, #fade6a, #B6FA6A);