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