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