#fadba4
a light, electric orange · warm · closest name: tan
RGB
250, 219, 164
HSL
38°, 90%, 81%
CMYK
0, 12, 34, 2
Luminance
0.7367
Every format
| HEX | #fadba4 |
| RGB | rgb(250, 219, 164) |
| HSL | hsl(38, 90%, 81%) |
| CMYK | cmyk(0%, 12%, 34%, 2%) |
| LAB | lab(88.8 3.1 31.0) |
| LCH | lch(88.8 31.2 84.3) |
| OKLCH | oklch(0.904 0.079 81.7) |
Copy-ready code
/* CSS */
color: #fadba4;
background-color: #fadba4;
/* Tailwind (arbitrary) */
class="text-[#fadba4] bg-[#fadba4]"
/* SCSS */
$brand: #fadba4;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#fadba4")Accessibility — WCAG contrast
Aa
#fadba4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadba4 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow34.4%
Key (black)2.0%
Color previews
#fadba4 text on a black background
contrast 15.73:1
Card sample
#fadba4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadba4;
Background color
Panel with #fadba4 background
background-color: #fadba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadba4; background: linear-gradient(135deg, #fadba4, #E0FAA4);