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