#fc87eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 135, 235
HSL
309°, 95%, 76%
CMYK
0, 46, 7, 1
Luminance
0.4402
Every format
| HEX | #fc87eb |
| RGB | rgb(252, 135, 235) |
| HSL | hsl(309, 95%, 76%) |
| CMYK | cmyk(0%, 46%, 7%, 1%) |
| LAB | lab(72.3 57.4 -31.1) |
| LCH | lch(72.3 65.3 331.6) |
| OKLCH | oklch(0.784 0.185 332.8) |
Copy-ready code
/* CSS */
color: #fc87eb;
background-color: #fc87eb;
/* Tailwind (arbitrary) */
class="text-[#fc87eb] bg-[#fc87eb]"
/* SCSS */
$brand: #fc87eb;
/* SwiftUI */
Color(red: 0.988, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#fc87eb")Accessibility — WCAG contrast
Aa
#fc87eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc87eb on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fc87eb text on a black background
contrast 9.80:1
Card sample
#fc87eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc87eb;
Background color
Panel with #fc87eb background
background-color: #fc87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc87eb; background: linear-gradient(135deg, #fc87eb, #FC879D);