#fd87ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 135, 236
HSL
309°, 97%, 76%
CMYK
0, 47, 7, 1
Luminance
0.4427
Every format
| HEX | #fd87ec |
| RGB | rgb(253, 135, 236) |
| HSL | hsl(309, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 7%, 1%) |
| LAB | lab(72.4 57.9 -31.4) |
| LCH | lch(72.4 65.8 331.6) |
| OKLCH | oklch(0.786 0.186 332.8) |
Copy-ready code
/* CSS */
color: #fd87ec;
background-color: #fd87ec;
/* Tailwind (arbitrary) */
class="text-[#fd87ec] bg-[#fd87ec]"
/* SCSS */
$brand: #fd87ec;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.925)
/* Android */
Color.parseColor("#fd87ec")Accessibility — WCAG contrast
Aa
#fd87ec on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd87ec on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow6.7%
Key (black)0.8%
Color previews
#fd87ec text on a black background
contrast 9.85:1
Card sample
#fd87ec text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd87ec;
Background color
Panel with #fd87ec background
background-color: #fd87ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd87ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 135, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd87ec; background: linear-gradient(135deg, #fd87ec, #FD879E);