#fada9c
a light, electric orange · warm · closest name: khaki
RGB
250, 218, 156
HSL
40°, 90%, 80%
CMYK
0, 13, 38, 2
Luminance
0.7287
Every format
| HEX | #fada9c |
| RGB | rgb(250, 218, 156) |
| HSL | hsl(40, 90%, 80%) |
| CMYK | cmyk(0%, 13%, 38%, 2%) |
| LAB | lab(88.4 2.7 34.6) |
| LCH | lch(88.4 34.7 85.6) |
| OKLCH | oklch(0.901 0.086 83.5) |
Copy-ready code
/* CSS */
color: #fada9c;
background-color: #fada9c;
/* Tailwind (arbitrary) */
class="text-[#fada9c] bg-[#fada9c]"
/* SCSS */
$brand: #fada9c;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#fada9c")Accessibility — WCAG contrast
Aa
#fada9c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada9c on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow37.6%
Key (black)2.0%
Color previews
#fada9c text on a black background
contrast 15.57:1
Card sample
#fada9c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada9c;
Background color
Panel with #fada9c background
background-color: #fada9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada9c; background: linear-gradient(135deg, #fada9c, #DBFA9C);