#fcdad7
a pale, electric red · warm · closest name: pink
RGB
252, 218, 215
HSL
5°, 86%, 92%
CMYK
0, 14, 15, 1
Luminance
0.7574
Every format
| HEX | #fcdad7 |
| RGB | rgb(252, 218, 215) |
| HSL | hsl(5, 86%, 92%) |
| CMYK | cmyk(0%, 14%, 15%, 1%) |
| LAB | lab(89.7 11.3 5.8) |
| LCH | lch(89.7 12.7 27.3) |
| OKLCH | oklch(0.916 0.038 23.9) |
Copy-ready code
/* CSS */
color: #fcdad7;
background-color: #fcdad7;
/* Tailwind (arbitrary) */
class="text-[#fcdad7] bg-[#fcdad7]"
/* SCSS */
$brand: #fcdad7;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.843)
/* Android */
Color.parseColor("#fcdad7")Accessibility — WCAG contrast
Aa
#fcdad7 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdad7 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow14.7%
Key (black)1.2%
Color previews
#fcdad7 text on a black background
contrast 16.15:1
Card sample
#fcdad7 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdad7;
Background color
Panel with #fcdad7 background
background-color: #fcdad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdad7; background: linear-gradient(135deg, #fcdad7, #FCF3D7);