#fadcd5
a pale, electric red · warm · closest name: ivory
RGB
250, 220, 213
HSL
11°, 79%, 91%
CMYK
0, 12, 15, 2
Luminance
0.7631
Every format
| HEX | #fadcd5 |
| RGB | rgb(250, 220, 213) |
| HSL | hsl(11, 79%, 91%) |
| CMYK | cmyk(0%, 12%, 15%, 2%) |
| LAB | lab(90.0 9.2 7.2) |
| LCH | lch(90.0 11.7 38.1) |
| OKLCH | oklch(0.917 0.035 33.3) |
Copy-ready code
/* CSS */
color: #fadcd5;
background-color: #fadcd5;
/* Tailwind (arbitrary) */
class="text-[#fadcd5] bg-[#fadcd5]"
/* SCSS */
$brand: #fadcd5;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.835)
/* Android */
Color.parseColor("#fadcd5")Accessibility — WCAG contrast
Aa
#fadcd5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcd5 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow14.8%
Key (black)2.0%
Color previews
#fadcd5 text on a black background
contrast 16.26:1
Card sample
#fadcd5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcd5;
Background color
Panel with #fadcd5 background
background-color: #fadcd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcd5; background: linear-gradient(135deg, #fadcd5, #FAF5D5);