#eb42fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 66, 253
HSL
294°, 98%, 63%
CMYK
7, 74, 0, 1
Luminance
0.2865
Every format
| HEX | #eb42fd |
| RGB | rgb(235, 66, 253) |
| HSL | hsl(294, 98%, 63%) |
| CMYK | cmyk(7%, 74%, 0%, 1%) |
| LAB | lab(60.5 84.3 -59.7) |
| LCH | lch(60.5 103.3 324.7) |
| OKLCH | oklch(0.696 0.281 323.7) |
Copy-ready code
/* CSS */
color: #eb42fd;
background-color: #eb42fd;
/* Tailwind (arbitrary) */
class="text-[#eb42fd] bg-[#eb42fd]"
/* SCSS */
$brand: #eb42fd;
/* SwiftUI */
Color(red: 0.922, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#eb42fd")Accessibility — WCAG contrast
Aa
#eb42fd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb42fd on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eb42fd text on a black background
contrast 6.73:1
Card sample
#eb42fd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb42fd;
Background color
Panel with #eb42fd background
background-color: #eb42fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb42fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb42fd; background: linear-gradient(135deg, #eb42fd, #FD4292);