#fcbaf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 186, 248
HSL
304°, 92%, 86%
CMYK
0, 26, 2, 1
Luminance
0.6259
Every format
| HEX | #fcbaf8 |
| RGB | rgb(252, 186, 248) |
| HSL | hsl(304, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 2%, 1%) |
| LAB | lab(83.2 33.6 -21.3) |
| LCH | lch(83.2 39.8 327.6) |
| OKLCH | oklch(0.869 0.110 328.5) |
Copy-ready code
/* CSS */
color: #fcbaf8;
background-color: #fcbaf8;
/* Tailwind (arbitrary) */
class="text-[#fcbaf8] bg-[#fcbaf8]"
/* SCSS */
$brand: #fcbaf8;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#fcbaf8")Accessibility — WCAG contrast
Aa
#fcbaf8 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbaf8 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow1.6%
Key (black)1.2%
Color previews
#fcbaf8 text on a black background
contrast 13.52:1
Card sample
#fcbaf8 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbaf8;
Background color
Panel with #fcbaf8 background
background-color: #fcbaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbaf8; background: linear-gradient(135deg, #fcbaf8, #FCBACC);