#fe87df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 135, 223
HSL
316°, 98%, 76%
CMYK
0, 47, 12, 0
Luminance
0.4373
Every format
| HEX | #fe87df |
| RGB | rgb(254, 135, 223) |
| HSL | hsl(316, 98%, 76%) |
| CMYK | cmyk(0%, 47%, 12%, 0%) |
| LAB | lab(72.0 56.1 -24.8) |
| LCH | lch(72.0 61.3 336.2) |
| OKLCH | oklch(0.782 0.177 337.9) |
Copy-ready code
/* CSS */
color: #fe87df;
background-color: #fe87df;
/* Tailwind (arbitrary) */
class="text-[#fe87df] bg-[#fe87df]"
/* SCSS */
$brand: #fe87df;
/* SwiftUI */
Color(red: 0.996, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#fe87df")Accessibility — WCAG contrast
Aa
#fe87df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe87df on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fe87df text on a black background
contrast 9.75:1
Card sample
#fe87df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe87df;
Background color
Panel with #fe87df background
background-color: #fe87df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe87df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe87df; background: linear-gradient(135deg, #fe87df, #FE8790);