#fcbdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 189, 254
HSL
298°, 97%, 87%
CMYK
1, 26, 0, 0
Luminance
0.6425
Every format
| HEX | #fcbdfe |
| RGB | rgb(252, 189, 254) |
| HSL | hsl(298, 97%, 87%) |
| CMYK | cmyk(1%, 26%, 0%, 0%) |
| LAB | lab(84.1 33.1 -23.2) |
| LCH | lch(84.1 40.4 325.0) |
| OKLCH | oklch(0.876 0.111 325.5) |
Copy-ready code
/* CSS */
color: #fcbdfe;
background-color: #fcbdfe;
/* Tailwind (arbitrary) */
class="text-[#fcbdfe] bg-[#fcbdfe]"
/* SCSS */
$brand: #fcbdfe;
/* SwiftUI */
Color(red: 0.988, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#fcbdfe")Accessibility — WCAG contrast
Aa
#fcbdfe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbdfe on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fcbdfe text on a black background
contrast 13.85:1
Card sample
#fcbdfe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbdfe;
Background color
Panel with #fcbdfe background
background-color: #fcbdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbdfe; background: linear-gradient(135deg, #fcbdfe, #FEBDD5);