#fcb7fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 183, 253
HSL
299°, 95%, 86%
CMYK
0, 28, 0, 1
Luminance
0.6165
Every format
| HEX | #fcb7fd |
| RGB | rgb(252, 183, 253) |
| HSL | hsl(299, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 0%, 1%) |
| LAB | lab(82.7 36.1 -24.7) |
| LCH | lch(82.7 43.8 325.6) |
| OKLCH | oklch(0.865 0.120 326.1) |
Copy-ready code
/* CSS */
color: #fcb7fd;
background-color: #fcb7fd;
/* Tailwind (arbitrary) */
class="text-[#fcb7fd] bg-[#fcb7fd]"
/* SCSS */
$brand: #fcb7fd;
/* SwiftUI */
Color(red: 0.988, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#fcb7fd")Accessibility — WCAG contrast
Aa
#fcb7fd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb7fd on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.8%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fcb7fd text on a black background
contrast 13.33:1
Card sample
#fcb7fd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb7fd;
Background color
Panel with #fcb7fd background
background-color: #fcb7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb7fd; background: linear-gradient(135deg, #fcb7fd, #FDB7CF);