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