#fdabdc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 171, 220
HSL
324°, 95%, 83%
CMYK
0, 32, 13, 1
Luminance
0.5518
Every format
| HEX | #fdabdc |
| RGB | rgb(253, 171, 220) |
| HSL | hsl(324, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 13%, 1%) |
| LAB | lab(79.1 37.1 -12.4) |
| LCH | lch(79.1 39.1 341.5) |
| OKLCH | oklch(0.835 0.114 343.2) |
Copy-ready code
/* CSS */
color: #fdabdc;
background-color: #fdabdc;
/* Tailwind (arbitrary) */
class="text-[#fdabdc] bg-[#fdabdc]"
/* SCSS */
$brand: #fdabdc;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.863)
/* Android */
Color.parseColor("#fdabdc")Accessibility — WCAG contrast
Aa
#fdabdc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabdc on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow13.0%
Key (black)0.8%
Color previews
#fdabdc text on a black background
contrast 12.04:1
Card sample
#fdabdc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabdc;
Background color
Panel with #fdabdc background
background-color: #fdabdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabdc; background: linear-gradient(135deg, #fdabdc, #FDB0AB);