#eb58fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 88, 253
HSL
294°, 98%, 67%
CMYK
7, 65, 0, 1
Luminance
0.3173
Every format
| HEX | #eb58fd |
| RGB | rgb(235, 88, 253) |
| HSL | hsl(294, 98%, 67%) |
| CMYK | cmyk(7%, 65%, 0%, 1%) |
| LAB | lab(63.1 76.8 -55.4) |
| LCH | lch(63.1 94.7 324.2) |
| OKLCH | oklch(0.715 0.258 323.2) |
Copy-ready code
/* CSS */
color: #eb58fd;
background-color: #eb58fd;
/* Tailwind (arbitrary) */
class="text-[#eb58fd] bg-[#eb58fd]"
/* SCSS */
$brand: #eb58fd;
/* SwiftUI */
Color(red: 0.922, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#eb58fd")Accessibility — WCAG contrast
Aa
#eb58fd on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb58fd on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta65.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eb58fd text on a black background
contrast 7.35:1
Card sample
#eb58fd text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb58fd;
Background color
Panel with #eb58fd background
background-color: #eb58fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb58fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb58fd; background: linear-gradient(135deg, #eb58fd, #FD58A1);