#fcacfe
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 172, 254
HSL
299°, 98%, 84%
CMYK
1, 32, 0, 0
Luminance
0.5736
Every format
| HEX | #fcacfe |
| RGB | rgb(252, 172, 254) |
| HSL | hsl(299, 98%, 84%) |
| CMYK | cmyk(1%, 32%, 0%, 0%) |
| LAB | lab(80.4 42.0 -28.9) |
| LCH | lch(80.4 51.0 325.5) |
| OKLCH | oklch(0.848 0.140 325.9) |
Copy-ready code
/* CSS */
color: #fcacfe;
background-color: #fcacfe;
/* Tailwind (arbitrary) */
class="text-[#fcacfe] bg-[#fcacfe]"
/* SCSS */
$brand: #fcacfe;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#fcacfe")Accessibility — WCAG contrast
Aa
#fcacfe on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcacfe on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fcacfe text on a black background
contrast 12.47:1
Card sample
#fcacfe text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcacfe;
Background color
Panel with #fcacfe background
background-color: #fcacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcacfe; background: linear-gradient(135deg, #fcacfe, #FEACC9);