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