#fadbb7
a light, electric orange · warm · closest name: tan
RGB
250, 219, 183
HSL
32°, 87%, 85%
CMYK
0, 12, 27, 2
Luminance
0.7441
Every format
| HEX | #fadbb7 |
| RGB | rgb(250, 219, 183) |
| HSL | hsl(32, 87%, 85%) |
| CMYK | cmyk(0%, 12%, 27%, 2%) |
| LAB | lab(89.1 5.5 21.7) |
| LCH | lch(89.1 22.3 75.9) |
| OKLCH | oklch(0.908 0.059 71.2) |
Copy-ready code
/* CSS */
color: #fadbb7;
background-color: #fadbb7;
/* Tailwind (arbitrary) */
class="text-[#fadbb7] bg-[#fadbb7]"
/* SCSS */
$brand: #fadbb7;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.718)
/* Android */
Color.parseColor("#fadbb7")Accessibility — WCAG contrast
Aa
#fadbb7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbb7 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow26.8%
Key (black)2.0%
Color previews
#fadbb7 text on a black background
contrast 15.88:1
Card sample
#fadbb7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbb7;
Background color
Panel with #fadbb7 background
background-color: #fadbb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbb7; background: linear-gradient(135deg, #fadbb7, #ECFAB7);