#fada8d
a light, electric yellow · warm · closest name: khaki
RGB
250, 218, 141
HSL
42°, 92%, 77%
CMYK
0, 13, 44, 2
Luminance
0.7239
Every format
| HEX | #fada8d |
| RGB | rgb(250, 218, 141) |
| HSL | hsl(42, 92%, 77%) |
| CMYK | cmyk(0%, 13%, 44%, 2%) |
| LAB | lab(88.2 1.1 41.9) |
| LCH | lch(88.2 41.9 88.5) |
| OKLCH | oklch(0.898 0.102 87.8) |
Copy-ready code
/* CSS */
color: #fada8d;
background-color: #fada8d;
/* Tailwind (arbitrary) */
class="text-[#fada8d] bg-[#fada8d]"
/* SCSS */
$brand: #fada8d;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.553)
/* Android */
Color.parseColor("#fada8d")Accessibility — WCAG contrast
Aa
#fada8d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada8d on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow43.6%
Key (black)2.0%
Color previews
#fada8d text on a black background
contrast 15.48:1
Card sample
#fada8d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada8d;
Background color
Panel with #fada8d background
background-color: #fada8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada8d; background: linear-gradient(135deg, #fada8d, #D1FA8D);