#eb41eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 65, 235
HSL
300°, 81%, 59%
CMYK
0, 72, 0, 8
Luminance
0.2744
Every format
| HEX | #eb41eb |
| RGB | rgb(235, 65, 235) |
| HSL | hsl(300, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 0%, 8%) |
| LAB | lab(59.4 81.8 -51.4) |
| LCH | lch(59.4 96.6 327.8) |
| OKLCH | oklch(0.685 0.269 328.0) |
Copy-ready code
/* CSS */
color: #eb41eb;
background-color: #eb41eb;
/* Tailwind (arbitrary) */
class="text-[#eb41eb] bg-[#eb41eb]"
/* SCSS */
$brand: #eb41eb;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#eb41eb")Accessibility — WCAG contrast
Aa
#eb41eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb41eb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eb41eb text on a black background
contrast 6.49:1
Card sample
#eb41eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb41eb;
Background color
Panel with #eb41eb background
background-color: #eb41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb41eb; background: linear-gradient(135deg, #eb41eb, #EB417A);