#fcace4
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 172, 228
HSL
318°, 93%, 83%
CMYK
0, 32, 10, 1
Luminance
0.5580
Every format
| HEX | #fcace4 |
| RGB | rgb(252, 172, 228) |
| HSL | hsl(318, 93%, 83%) |
| CMYK | cmyk(0%, 32%, 10%, 1%) |
| LAB | lab(79.5 37.5 -16.2) |
| LCH | lch(79.5 40.9 336.6) |
| OKLCH | oklch(0.838 0.117 338.3) |
Copy-ready code
/* CSS */
color: #fcace4;
background-color: #fcace4;
/* Tailwind (arbitrary) */
class="text-[#fcace4] bg-[#fcace4]"
/* SCSS */
$brand: #fcace4;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#fcace4")Accessibility — WCAG contrast
Aa
#fcace4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcace4 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow9.5%
Key (black)1.2%
Color previews
#fcace4 text on a black background
contrast 12.16:1
Card sample
#fcace4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcace4;
Background color
Panel with #fcace4 background
background-color: #fcace4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcace4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcace4; background: linear-gradient(135deg, #fcace4, #FCACAE);