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