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