#fada6d
a light, electric yellow · cool · closest name: khaki
RGB
250, 218, 109
HSL
46°, 93%, 70%
CMYK
0, 13, 56, 2
Luminance
0.7157
Every format
| HEX | #fada6d |
| RGB | rgb(250, 218, 109) |
| HSL | hsl(46, 93%, 70%) |
| CMYK | cmyk(0%, 13%, 56%, 2%) |
| LAB | lab(87.8 -1.7 56.9) |
| LCH | lch(87.8 56.9 91.7) |
| OKLCH | oklch(0.894 0.133 93.2) |
Copy-ready code
/* CSS */
color: #fada6d;
background-color: #fada6d;
/* Tailwind (arbitrary) */
class="text-[#fada6d] bg-[#fada6d]"
/* SCSS */
$brand: #fada6d;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.427)
/* Android */
Color.parseColor("#fada6d")Accessibility — WCAG contrast
Aa
#fada6d on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada6d on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow56.4%
Key (black)2.0%
Color previews
#fada6d text on a black background
contrast 15.31:1
Card sample
#fada6d text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada6d;
Background color
Panel with #fada6d background
background-color: #fada6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada6d; background: linear-gradient(135deg, #fada6d, #BCFA6D);