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