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