#fcbafe
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 186, 254
HSL
298°, 97%, 86%
CMYK
1, 27, 0, 0
Luminance
0.6297
Every format
| HEX | #fcbafe |
| RGB | rgb(252, 186, 254) |
| HSL | hsl(298, 97%, 86%) |
| CMYK | cmyk(1%, 27%, 0%, 0%) |
| LAB | lab(83.4 34.7 -24.2) |
| LCH | lch(83.4 42.3 325.1) |
| OKLCH | oklch(0.871 0.116 325.5) |
Copy-ready code
/* CSS */
color: #fcbafe;
background-color: #fcbafe;
/* Tailwind (arbitrary) */
class="text-[#fcbafe] bg-[#fcbafe]"
/* SCSS */
$brand: #fcbafe;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#fcbafe")Accessibility — WCAG contrast
Aa
#fcbafe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbafe on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fcbafe text on a black background
contrast 13.59:1
Card sample
#fcbafe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbafe;
Background color
Panel with #fcbafe background
background-color: #fcbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbafe; background: linear-gradient(135deg, #fcbafe, #FEBAD3);