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