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