#fdacdd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 221
HSL
324°, 95%, 83%
CMYK
0, 32, 13, 1
Luminance
0.5561
Every format
| HEX | #fdacdd |
| RGB | rgb(253, 172, 221) |
| HSL | hsl(324, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 13%, 1%) |
| LAB | lab(79.4 36.7 -12.6) |
| LCH | lch(79.4 38.8 341.1) |
| OKLCH | oklch(0.837 0.113 342.8) |
Copy-ready code
/* CSS */
color: #fdacdd;
background-color: #fdacdd;
/* Tailwind (arbitrary) */
class="text-[#fdacdd] bg-[#fdacdd]"
/* SCSS */
$brand: #fdacdd;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.867)
/* Android */
Color.parseColor("#fdacdd")Accessibility — WCAG contrast
Aa
#fdacdd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacdd on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow12.6%
Key (black)0.8%
Color previews
#fdacdd text on a black background
contrast 12.12:1
Card sample
#fdacdd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacdd;
Background color
Panel with #fdacdd background
background-color: #fdacdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacdd; background: linear-gradient(135deg, #fdacdd, #FDB1AC);