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