#eb87fe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 135, 254
HSL
290°, 98%, 76%
CMYK
8, 47, 0, 0
Luminance
0.4215
Every format
| HEX | #eb87fe |
| RGB | rgb(235, 135, 254) |
| HSL | hsl(290, 98%, 76%) |
| CMYK | cmyk(8%, 47%, 0%, 0%) |
| LAB | lab(71.0 56.0 -43.6) |
| LCH | lch(71.0 70.9 322.1) |
| OKLCH | oklch(0.773 0.191 321.0) |
Copy-ready code
/* CSS */
color: #eb87fe;
background-color: #eb87fe;
/* Tailwind (arbitrary) */
class="text-[#eb87fe] bg-[#eb87fe]"
/* SCSS */
$brand: #eb87fe;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.996)
/* Android */
Color.parseColor("#eb87fe")Accessibility — WCAG contrast
Aa
#eb87fe on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb87fe on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta46.9%
Yellow0.0%
Key (black)0.4%
Color previews
#eb87fe text on a black background
contrast 9.43:1
Card sample
#eb87fe text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb87fe;
Background color
Panel with #eb87fe background
background-color: #eb87fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb87fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb87fe; background: linear-gradient(135deg, #eb87fe, #FE87C2);