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