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