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