#fd9bda
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 155, 218
HSL
321°, 96%, 80%
CMYK
0, 39, 14, 1
Luminance
0.4939
Every format
| HEX | #fd9bda |
| RGB | rgb(253, 155, 218) |
| HSL | hsl(321, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 14%, 1%) |
| LAB | lab(75.7 45.0 -16.5) |
| LCH | lch(75.7 48.0 339.9) |
| OKLCH | oklch(0.808 0.139 341.7) |
Copy-ready code
/* CSS */
color: #fd9bda;
background-color: #fd9bda;
/* Tailwind (arbitrary) */
class="text-[#fd9bda] bg-[#fd9bda]"
/* SCSS */
$brand: #fd9bda;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#fd9bda")Accessibility — WCAG contrast
Aa
#fd9bda on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9bda on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow13.8%
Key (black)0.8%
Color previews
#fd9bda text on a black background
contrast 10.88:1
Card sample
#fd9bda text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9bda;
Background color
Panel with #fd9bda background
background-color: #fd9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9bda; background: linear-gradient(135deg, #fd9bda, #FD9D9B);