#fcabfd
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 171, 253
HSL
299°, 95%, 83%
CMYK
0, 32, 0, 1
Luminance
0.5691
Every format
| HEX | #fcabfd |
| RGB | rgb(252, 171, 253) |
| HSL | hsl(299, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 0%, 1%) |
| LAB | lab(80.1 42.4 -28.7) |
| LCH | lch(80.1 51.2 325.9) |
| OKLCH | oklch(0.846 0.141 326.3) |
Copy-ready code
/* CSS */
color: #fcabfd;
background-color: #fcabfd;
/* Tailwind (arbitrary) */
class="text-[#fcabfd] bg-[#fcabfd]"
/* SCSS */
$brand: #fcabfd;
/* SwiftUI */
Color(red: 0.988, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#fcabfd")Accessibility — WCAG contrast
Aa
#fcabfd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcabfd on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.1%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fcabfd text on a black background
contrast 12.38:1
Card sample
#fcabfd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcabfd;
Background color
Panel with #fcabfd background
background-color: #fcabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcabfd; background: linear-gradient(135deg, #fcabfd, #FDABC7);