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