#eb60e1
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 96, 225
HSL
304°, 78%, 65%
CMYK
0, 59, 4, 8
Luminance
0.3146
Every format
| HEX | #eb60e1 |
| RGB | rgb(235, 96, 225) |
| HSL | hsl(304, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 4%, 8%) |
| LAB | lab(62.9 68.9 -40.2) |
| LCH | lch(62.9 79.8 329.7) |
| OKLCH | oklch(0.709 0.225 330.6) |
Copy-ready code
/* CSS */
color: #eb60e1;
background-color: #eb60e1;
/* Tailwind (arbitrary) */
class="text-[#eb60e1] bg-[#eb60e1]"
/* SCSS */
$brand: #eb60e1;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.882)
/* Android */
Color.parseColor("#eb60e1")Accessibility — WCAG contrast
Aa
#eb60e1 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb60e1 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow4.3%
Key (black)7.8%
Color previews
#eb60e1 text on a black background
contrast 7.29:1
Card sample
#eb60e1 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb60e1;
Background color
Panel with #eb60e1 background
background-color: #eb60e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb60e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb60e1; background: linear-gradient(135deg, #eb60e1, #EB6084);