#fcb2df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 178, 223
HSL
324°, 93%, 84%
CMYK
0, 29, 12, 1
Luminance
0.5786
Every format
| HEX | #fcb2df |
| RGB | rgb(252, 178, 223) |
| HSL | hsl(324, 93%, 84%) |
| CMYK | cmyk(0%, 29%, 12%, 1%) |
| LAB | lab(80.7 33.5 -11.8) |
| LCH | lch(80.7 35.5 340.7) |
| OKLCH | oklch(0.846 0.103 342.4) |
Copy-ready code
/* CSS */
color: #fcb2df;
background-color: #fcb2df;
/* Tailwind (arbitrary) */
class="text-[#fcb2df] bg-[#fcb2df]"
/* SCSS */
$brand: #fcb2df;
/* SwiftUI */
Color(red: 0.988, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#fcb2df")Accessibility — WCAG contrast
Aa
#fcb2df on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb2df on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fcb2df text on a black background
contrast 12.57:1
Card sample
#fcb2df text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb2df;
Background color
Panel with #fcb2df background
background-color: #fcb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb2df; background: linear-gradient(135deg, #fcb2df, #FCB6B2);