#fade5f
a light, electric yellow · cool · closest name: khaki
RGB
250, 222, 95
HSL
49°, 94%, 68%
CMYK
0, 11, 62, 2
Luminance
0.7339
Every format
| HEX | #fade5f |
| RGB | rgb(250, 222, 95) |
| HSL | hsl(49, 94%, 68%) |
| CMYK | cmyk(0%, 11%, 62%, 2%) |
| LAB | lab(88.6 -4.7 64.1) |
| LCH | lch(88.6 64.2 94.2) |
| OKLCH | oklch(0.900 0.147 96.9) |
Copy-ready code
/* CSS */
color: #fade5f;
background-color: #fade5f;
/* Tailwind (arbitrary) */
class="text-[#fade5f] bg-[#fade5f]"
/* SCSS */
$brand: #fade5f;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.373)
/* Android */
Color.parseColor("#fade5f")Accessibility — WCAG contrast
Aa
#fade5f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fade5f on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow62.0%
Key (black)2.0%
Color previews
#fade5f text on a black background
contrast 15.68:1
Card sample
#fade5f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fade5f;
Background color
Panel with #fade5f background
background-color: #fade5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fade5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fade5f; background: linear-gradient(135deg, #fade5f, #AEFA5F);