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