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