#fcafd8
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 175, 216
HSL
328°, 93%, 84%
CMYK
0, 31, 14, 1
Luminance
0.5631
Every format
| HEX | #fcafd8 |
| RGB | rgb(252, 175, 216) |
| HSL | hsl(328, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 14%, 1%) |
| LAB | lab(79.8 34.0 -9.3) |
| LCH | lch(79.8 35.2 344.7) |
| OKLCH | oklch(0.839 0.103 346.4) |
Copy-ready code
/* CSS */
color: #fcafd8;
background-color: #fcafd8;
/* Tailwind (arbitrary) */
class="text-[#fcafd8] bg-[#fcafd8]"
/* SCSS */
$brand: #fcafd8;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.847)
/* Android */
Color.parseColor("#fcafd8")Accessibility — WCAG contrast
Aa
#fcafd8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcafd8 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow14.3%
Key (black)1.2%
Color previews
#fcafd8 text on a black background
contrast 12.26:1
Card sample
#fcafd8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcafd8;
Background color
Panel with #fcafd8 background
background-color: #fcafd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcafd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcafd8; background: linear-gradient(135deg, #fcafd8, #FCB9AF);