#fcbdee
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 189, 238
HSL
313°, 91%, 87%
CMYK
0, 25, 6, 1
Luminance
0.6326
Every format
| HEX | #fcbdee |
| RGB | rgb(252, 189, 238) |
| HSL | hsl(313, 91%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 1%) |
| LAB | lab(83.6 30.3 -15.4) |
| LCH | lch(83.6 34.0 333.0) |
| OKLCH | oklch(0.870 0.096 334.5) |
Copy-ready code
/* CSS */
color: #fcbdee;
background-color: #fcbdee;
/* Tailwind (arbitrary) */
class="text-[#fcbdee] bg-[#fcbdee]"
/* SCSS */
$brand: #fcbdee;
/* SwiftUI */
Color(red: 0.988, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#fcbdee")Accessibility — WCAG contrast
Aa
#fcbdee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbdee on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow5.6%
Key (black)1.2%
Color previews
#fcbdee text on a black background
contrast 13.65:1
Card sample
#fcbdee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbdee;
Background color
Panel with #fcbdee background
background-color: #fcbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbdee; background: linear-gradient(135deg, #fcbdee, #FCBDC4);