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