#fadacb
a pale, electric orange · warm · closest name: beige
RGB
250, 218, 203
HSL
19°, 83%, 89%
CMYK
0, 13, 19, 2
Luminance
0.7478
Every format
| HEX | #fadacb |
| RGB | rgb(250, 218, 203) |
| HSL | hsl(19, 83%, 89%) |
| CMYK | cmyk(0%, 13%, 19%, 2%) |
| LAB | lab(89.3 8.8 11.5) |
| LCH | lch(89.3 14.4 52.6) |
| OKLCH | oklch(0.911 0.041 46.7) |
Copy-ready code
/* CSS */
color: #fadacb;
background-color: #fadacb;
/* Tailwind (arbitrary) */
class="text-[#fadacb] bg-[#fadacb]"
/* SCSS */
$brand: #fadacb;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#fadacb")Accessibility — WCAG contrast
Aa
#fadacb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadacb on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow18.8%
Key (black)2.0%
Color previews
#fadacb text on a black background
contrast 15.96:1
Card sample
#fadacb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadacb;
Background color
Panel with #fadacb background
background-color: #fadacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadacb; background: linear-gradient(135deg, #fadacb, #FAF9CB);