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