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