#fcbcff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 188, 255
HSL
297°, 100%, 87%
CMYK
1, 26, 0, 0
Luminance
0.6388
Every format
| HEX | #fcbcff |
| RGB | rgb(252, 188, 255) |
| HSL | hsl(297, 100%, 87%) |
| CMYK | cmyk(1%, 26%, 0%, 0%) |
| LAB | lab(83.9 33.8 -24.0) |
| LCH | lch(83.9 41.5 324.6) |
| OKLCH | oklch(0.875 0.113 325.0) |
Copy-ready code
/* CSS */
color: #fcbcff;
background-color: #fcbcff;
/* Tailwind (arbitrary) */
class="text-[#fcbcff] bg-[#fcbcff]"
/* SCSS */
$brand: #fcbcff;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#fcbcff")Accessibility — WCAG contrast
Aa
#fcbcff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbcff on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fcbcff text on a black background
contrast 13.78:1
Card sample
#fcbcff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbcff;
Background color
Panel with #fcbcff background
background-color: #fcbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbcff; background: linear-gradient(135deg, #fcbcff, #FFBCD5);