#fd87da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 135, 218
HSL
318°, 97%, 76%
CMYK
0, 47, 14, 1
Luminance
0.4327
Every format
| HEX | #fd87da |
| RGB | rgb(253, 135, 218) |
| HSL | hsl(318, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 14%, 1%) |
| LAB | lab(71.7 55.0 -22.5) |
| LCH | lch(71.7 59.5 337.8) |
| OKLCH | oklch(0.779 0.172 339.6) |
Copy-ready code
/* CSS */
color: #fd87da;
background-color: #fd87da;
/* Tailwind (arbitrary) */
class="text-[#fd87da] bg-[#fd87da]"
/* SCSS */
$brand: #fd87da;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.855)
/* Android */
Color.parseColor("#fd87da")Accessibility — WCAG contrast
Aa
#fd87da on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd87da on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow13.8%
Key (black)0.8%
Color previews
#fd87da text on a black background
contrast 9.65:1
Card sample
#fd87da text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd87da;
Background color
Panel with #fd87da background
background-color: #fd87da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd87da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 135, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd87da; background: linear-gradient(135deg, #fd87da, #FD878B);