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