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