#fe87af
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 135, 175
HSL
340°, 98%, 76%
CMYK
0, 47, 31, 0
Luminance
0.4149
Every format
| HEX | #fe87af |
| RGB | rgb(254, 135, 175) |
| HSL | hsl(340, 98%, 76%) |
| CMYK | cmyk(0%, 47%, 31%, 0%) |
| LAB | lab(70.5 49.4 -0.4) |
| LCH | lch(70.5 49.4 359.5) |
| OKLCH | oklch(0.765 0.150 359.9) |
Copy-ready code
/* CSS */
color: #fe87af;
background-color: #fe87af;
/* Tailwind (arbitrary) */
class="text-[#fe87af] bg-[#fe87af]"
/* SCSS */
$brand: #fe87af;
/* SwiftUI */
Color(red: 0.996, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#fe87af")Accessibility — WCAG contrast
Aa
#fe87af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe87af on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow31.1%
Key (black)0.4%
Color previews
#fe87af text on a black background
contrast 9.30:1
Card sample
#fe87af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe87af;
Background color
Panel with #fe87af background
background-color: #fe87af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe87af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe87af; background: linear-gradient(135deg, #fe87af, #FEAE87);