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