#fcb5eb
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 181, 235
HSL
314°, 92%, 85%
CMYK
0, 28, 7, 1
Luminance
0.5974
Every format
| HEX | #fcb5eb |
| RGB | rgb(252, 181, 235) |
| HSL | hsl(314, 92%, 85%) |
| CMYK | cmyk(0%, 28%, 7%, 1%) |
| LAB | lab(81.7 34.0 -16.7) |
| LCH | lch(81.7 37.8 333.9) |
| OKLCH | oklch(0.856 0.107 335.4) |
Copy-ready code
/* CSS */
color: #fcb5eb;
background-color: #fcb5eb;
/* Tailwind (arbitrary) */
class="text-[#fcb5eb] bg-[#fcb5eb]"
/* SCSS */
$brand: #fcb5eb;
/* SwiftUI */
Color(red: 0.988, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#fcb5eb")Accessibility — WCAG contrast
Aa
#fcb5eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb5eb on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow6.7%
Key (black)1.2%
Color previews
#fcb5eb text on a black background
contrast 12.95:1
Card sample
#fcb5eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb5eb;
Background color
Panel with #fcb5eb background
background-color: #fcb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb5eb; background: linear-gradient(135deg, #fcb5eb, #FCB5BC);