#fadcbd
a pale, electric orange · warm · closest name: beige
RGB
250, 220, 189
HSL
31°, 86%, 86%
CMYK
0, 12, 24, 2
Luminance
0.7518
Every format
| HEX | #fadcbd |
| RGB | rgb(250, 220, 189) |
| HSL | hsl(31, 86%, 86%) |
| CMYK | cmyk(0%, 12%, 24%, 2%) |
| LAB | lab(89.5 5.7 19.1) |
| LCH | lch(89.5 19.9 73.2) |
| OKLCH | oklch(0.911 0.053 68.0) |
Copy-ready code
/* CSS */
color: #fadcbd;
background-color: #fadcbd;
/* Tailwind (arbitrary) */
class="text-[#fadcbd] bg-[#fadcbd]"
/* SCSS */
$brand: #fadcbd;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.741)
/* Android */
Color.parseColor("#fadcbd")Accessibility — WCAG contrast
Aa
#fadcbd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcbd on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow24.4%
Key (black)2.0%
Color previews
#fadcbd text on a black background
contrast 16.04:1
Card sample
#fadcbd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcbd;
Background color
Panel with #fadcbd background
background-color: #fadcbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcbd; background: linear-gradient(135deg, #fadcbd, #EFFABD);