#fadc97
a light, electric yellow · warm · closest name: khaki
RGB
250, 220, 151
HSL
42°, 91%, 79%
CMYK
0, 12, 40, 2
Luminance
0.7374
Every format
| HEX | #fadc97 |
| RGB | rgb(250, 220, 151) |
| HSL | hsl(42, 91%, 79%) |
| CMYK | cmyk(0%, 12%, 40%, 2%) |
| LAB | lab(88.8 1.1 37.7) |
| LCH | lch(88.8 37.7 88.3) |
| OKLCH | oklch(0.904 0.093 87.0) |
Copy-ready code
/* CSS */
color: #fadc97;
background-color: #fadc97;
/* Tailwind (arbitrary) */
class="text-[#fadc97] bg-[#fadc97]"
/* SCSS */
$brand: #fadc97;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.592)
/* Android */
Color.parseColor("#fadc97")Accessibility — WCAG contrast
Aa
#fadc97 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadc97 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow39.6%
Key (black)2.0%
Color previews
#fadc97 text on a black background
contrast 15.75:1
Card sample
#fadc97 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadc97;
Background color
Panel with #fadc97 background
background-color: #fadc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadc97; background: linear-gradient(135deg, #fadc97, #D6FA97);