#fadbb1
a light, electric orange · warm · closest name: tan
RGB
250, 219, 177
HSL
35°, 88%, 84%
CMYK
0, 12, 29, 2
Luminance
0.7416
Every format
| HEX | #fadbb1 |
| RGB | rgb(250, 219, 177) |
| HSL | hsl(35, 88%, 84%) |
| CMYK | cmyk(0%, 12%, 29%, 2%) |
| LAB | lab(89.0 4.7 24.6) |
| LCH | lch(89.0 25.1 79.3) |
| OKLCH | oklch(0.907 0.065 75.2) |
Copy-ready code
/* CSS */
color: #fadbb1;
background-color: #fadbb1;
/* Tailwind (arbitrary) */
class="text-[#fadbb1] bg-[#fadbb1]"
/* SCSS */
$brand: #fadbb1;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.694)
/* Android */
Color.parseColor("#fadbb1")Accessibility — WCAG contrast
Aa
#fadbb1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbb1 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow29.2%
Key (black)2.0%
Color previews
#fadbb1 text on a black background
contrast 15.83:1
Card sample
#fadbb1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbb1;
Background color
Panel with #fadbb1 background
background-color: #fadbb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbb1; background: linear-gradient(135deg, #fadbb1, #E8FAB1);