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