#fcace9
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 172, 233
HSL
314°, 93%, 83%
CMYK
0, 32, 8, 1
Luminance
0.5608
Every format
| HEX | #fcace9 |
| RGB | rgb(252, 172, 233) |
| HSL | hsl(314, 93%, 83%) |
| CMYK | cmyk(0%, 32%, 8%, 1%) |
| LAB | lab(79.7 38.3 -18.7) |
| LCH | lch(79.7 42.6 334.0) |
| OKLCH | oklch(0.840 0.121 335.6) |
Copy-ready code
/* CSS */
color: #fcace9;
background-color: #fcace9;
/* Tailwind (arbitrary) */
class="text-[#fcace9] bg-[#fcace9]"
/* SCSS */
$brand: #fcace9;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#fcace9")Accessibility — WCAG contrast
Aa
#fcace9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcace9 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow7.5%
Key (black)1.2%
Color previews
#fcace9 text on a black background
contrast 12.22:1
Card sample
#fcace9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcace9;
Background color
Panel with #fcace9 background
background-color: #fcace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcace9; background: linear-gradient(135deg, #fcace9, #FCACB3);