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