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