#fadba7
a light, electric orange · warm · closest name: tan
RGB
250, 219, 167
HSL
38°, 89%, 82%
CMYK
0, 12, 33, 2
Luminance
0.7378
Every format
| HEX | #fadba7 |
| RGB | rgb(250, 219, 167) |
| HSL | hsl(38, 89%, 82%) |
| CMYK | cmyk(0%, 12%, 33%, 2%) |
| LAB | lab(88.8 3.4 29.6) |
| LCH | lch(88.8 29.8 83.4) |
| OKLCH | oklch(0.905 0.075 80.4) |
Copy-ready code
/* CSS */
color: #fadba7;
background-color: #fadba7;
/* Tailwind (arbitrary) */
class="text-[#fadba7] bg-[#fadba7]"
/* SCSS */
$brand: #fadba7;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.655)
/* Android */
Color.parseColor("#fadba7")Accessibility — WCAG contrast
Aa
#fadba7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadba7 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow33.2%
Key (black)2.0%
Color previews
#fadba7 text on a black background
contrast 15.76:1
Card sample
#fadba7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadba7;
Background color
Panel with #fadba7 background
background-color: #fadba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadba7; background: linear-gradient(135deg, #fadba7, #E2FAA7);