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