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