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