#fd87bc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 135, 188
HSL
333°, 97%, 76%
CMYK
0, 47, 26, 1
Luminance
0.4184
Every format
| HEX | #fd87bc |
| RGB | rgb(253, 135, 188) |
| HSL | hsl(333, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 26%, 1%) |
| LAB | lab(70.8 50.7 -7.3) |
| LCH | lch(70.8 51.2 351.8) |
| OKLCH | oklch(0.768 0.154 353.0) |
Copy-ready code
/* CSS */
color: #fd87bc;
background-color: #fd87bc;
/* Tailwind (arbitrary) */
class="text-[#fd87bc] bg-[#fd87bc]"
/* SCSS */
$brand: #fd87bc;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.737)
/* Android */
Color.parseColor("#fd87bc")Accessibility — WCAG contrast
Aa
#fd87bc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd87bc on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow25.7%
Key (black)0.8%
Color previews
#fd87bc text on a black background
contrast 9.37:1
Card sample
#fd87bc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd87bc;
Background color
Panel with #fd87bc background
background-color: #fd87bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd87bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 135, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd87bc; background: linear-gradient(135deg, #fd87bc, #FDA187);