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