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