#fcb9fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 185, 253
HSL
299°, 94%, 86%
CMYK
0, 27, 0, 1
Luminance
0.6249
Every format
| HEX | #fcb9fd |
| RGB | rgb(252, 185, 253) |
| HSL | hsl(299, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 0%, 1%) |
| LAB | lab(83.2 35.0 -24.1) |
| LCH | lch(83.2 42.5 325.5) |
| OKLCH | oklch(0.869 0.116 326.0) |
Copy-ready code
/* CSS */
color: #fcb9fd;
background-color: #fcb9fd;
/* Tailwind (arbitrary) */
class="text-[#fcb9fd] bg-[#fcb9fd]"
/* SCSS */
$brand: #fcb9fd;
/* SwiftUI */
Color(red: 0.988, green: 0.725, blue: 0.992)
/* Android */
Color.parseColor("#fcb9fd")Accessibility — WCAG contrast
Aa
#fcb9fd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb9fd on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.5%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta26.9%
Yellow0.0%
Key (black)0.8%
Color previews
#fcb9fd text on a black background
contrast 13.50:1
Card sample
#fcb9fd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb9fd;
Background color
Panel with #fcb9fd background
background-color: #fcb9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 185, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 185, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb9fd; background: linear-gradient(135deg, #fcb9fd, #FDB9D1);