#eb60fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 96, 252
HSL
294°, 96%, 68%
CMYK
7, 62, 0, 1
Luminance
0.3306
Every format
| HEX | #eb60fc |
| RGB | rgb(235, 96, 252) |
| HSL | hsl(294, 96%, 68%) |
| CMYK | cmyk(7%, 62%, 0%, 1%) |
| LAB | lab(64.2 73.5 -53.2) |
| LCH | lch(64.2 90.7 324.1) |
| OKLCH | oklch(0.723 0.247 323.2) |
Copy-ready code
/* CSS */
color: #eb60fc;
background-color: #eb60fc;
/* Tailwind (arbitrary) */
class="text-[#eb60fc] bg-[#eb60fc]"
/* SCSS */
$brand: #eb60fc;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.988)
/* Android */
Color.parseColor("#eb60fc")Accessibility — WCAG contrast
Aa
#eb60fc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb60fc on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta61.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eb60fc text on a black background
contrast 7.61:1
Card sample
#eb60fc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb60fc;
Background color
Panel with #eb60fc background
background-color: #eb60fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb60fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb60fc; background: linear-gradient(135deg, #eb60fc, #FC60A5);