#fcb3da
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 179, 218
HSL
328°, 92%, 85%
CMYK
0, 29, 14, 1
Luminance
0.5800
Every format
| HEX | #fcb3da |
| RGB | rgb(252, 179, 218) |
| HSL | hsl(328, 92%, 85%) |
| CMYK | cmyk(0%, 29%, 14%, 1%) |
| LAB | lab(80.7 32.2 -9.0) |
| LCH | lch(80.7 33.4 344.5) |
| OKLCH | oklch(0.847 0.098 346.1) |
Copy-ready code
/* CSS */
color: #fcb3da;
background-color: #fcb3da;
/* Tailwind (arbitrary) */
class="text-[#fcb3da] bg-[#fcb3da]"
/* SCSS */
$brand: #fcb3da;
/* SwiftUI */
Color(red: 0.988, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#fcb3da")Accessibility — WCAG contrast
Aa
#fcb3da on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb3da on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow13.5%
Key (black)1.2%
Color previews
#fcb3da text on a black background
contrast 12.60:1
Card sample
#fcb3da text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb3da;
Background color
Panel with #fcb3da background
background-color: #fcb3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb3da; background: linear-gradient(135deg, #fcb3da, #FCBDB3);