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