#fdabdf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 171, 223
HSL
322°, 95%, 83%
CMYK
0, 32, 12, 1
Luminance
0.5534
Every format
| HEX | #fdabdf |
| RGB | rgb(253, 171, 223) |
| HSL | hsl(322, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 12%, 1%) |
| LAB | lab(79.2 37.5 -13.9) |
| LCH | lch(79.2 40.0 339.7) |
| OKLCH | oklch(0.836 0.116 341.4) |
Copy-ready code
/* CSS */
color: #fdabdf;
background-color: #fdabdf;
/* Tailwind (arbitrary) */
class="text-[#fdabdf] bg-[#fdabdf]"
/* SCSS */
$brand: #fdabdf;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#fdabdf")Accessibility — WCAG contrast
Aa
#fdabdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabdf on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow11.9%
Key (black)0.8%
Color previews
#fdabdf text on a black background
contrast 12.07:1
Card sample
#fdabdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabdf;
Background color
Panel with #fdabdf background
background-color: #fdabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabdf; background: linear-gradient(135deg, #fdabdf, #FDAEAB);