#fdaced
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 237
HSL
312°, 95%, 83%
CMYK
0, 32, 6, 1
Luminance
0.5650
Every format
| HEX | #fdaced |
| RGB | rgb(253, 172, 237) |
| HSL | hsl(312, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 6%, 1%) |
| LAB | lab(79.9 39.3 -20.4) |
| LCH | lch(79.9 44.3 332.5) |
| OKLCH | oklch(0.842 0.125 334.0) |
Copy-ready code
/* CSS */
color: #fdaced;
background-color: #fdaced;
/* Tailwind (arbitrary) */
class="text-[#fdaced] bg-[#fdaced]"
/* SCSS */
$brand: #fdaced;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.929)
/* Android */
Color.parseColor("#fdaced")Accessibility — WCAG contrast
Aa
#fdaced on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaced on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow6.3%
Key (black)0.8%
Color previews
#fdaced text on a black background
contrast 12.30:1
Card sample
#fdaced text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaced;
Background color
Panel with #fdaced background
background-color: #fdaced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaced; background: linear-gradient(135deg, #fdaced, #FDACB7);