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