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