#fcbaf0
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 186, 240
HSL
311°, 92%, 86%
CMYK
0, 26, 5, 1
Luminance
0.6210
Every format
| HEX | #fcbaf0 |
| RGB | rgb(252, 186, 240) |
| HSL | hsl(311, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 5%, 1%) |
| LAB | lab(83.0 32.2 -17.4) |
| LCH | lch(83.0 36.6 331.6) |
| OKLCH | oklch(0.866 0.102 332.9) |
Copy-ready code
/* CSS */
color: #fcbaf0;
background-color: #fcbaf0;
/* Tailwind (arbitrary) */
class="text-[#fcbaf0] bg-[#fcbaf0]"
/* SCSS */
$brand: #fcbaf0;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.941)
/* Android */
Color.parseColor("#fcbaf0")Accessibility — WCAG contrast
Aa
#fcbaf0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbaf0 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow4.8%
Key (black)1.2%
Color previews
#fcbaf0 text on a black background
contrast 13.42:1
Card sample
#fcbaf0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbaf0;
Background color
Panel with #fcbaf0 background
background-color: #fcbaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbaf0; background: linear-gradient(135deg, #fcbaf0, #FCBAC4);