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