#fada99
a light, electric yellow · warm · closest name: khaki
RGB
250, 218, 153
HSL
40°, 91%, 79%
CMYK
0, 13, 39, 2
Luminance
0.7277
Every format
| HEX | #fada99 |
| RGB | rgb(250, 218, 153) |
| HSL | hsl(40, 91%, 79%) |
| CMYK | cmyk(0%, 13%, 39%, 2%) |
| LAB | lab(88.3 2.3 36.1) |
| LCH | lch(88.3 36.2 86.3) |
| OKLCH | oklch(0.900 0.090 84.5) |
Copy-ready code
/* CSS */
color: #fada99;
background-color: #fada99;
/* Tailwind (arbitrary) */
class="text-[#fada99] bg-[#fada99]"
/* SCSS */
$brand: #fada99;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.600)
/* Android */
Color.parseColor("#fada99")Accessibility — WCAG contrast
Aa
#fada99 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada99 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow38.8%
Key (black)2.0%
Color previews
#fada99 text on a black background
contrast 15.55:1
Card sample
#fada99 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada99;
Background color
Panel with #fada99 background
background-color: #fada99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada99; background: linear-gradient(135deg, #fada99, #D9FA99);