#ec41df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 65, 223
HSL
305°, 82%, 59%
CMYK
0, 73, 6, 8
Luminance
0.2694
Every format
| HEX | #ec41df |
| RGB | rgb(236, 65, 223) |
| HSL | hsl(305, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 6%, 8%) |
| LAB | lab(58.9 80.2 -45.4) |
| LCH | lch(58.9 92.1 330.5) |
| OKLCH | oklch(0.680 0.261 331.4) |
Copy-ready code
/* CSS */
color: #ec41df;
background-color: #ec41df;
/* Tailwind (arbitrary) */
class="text-[#ec41df] bg-[#ec41df]"
/* SCSS */
$brand: #ec41df;
/* SwiftUI */
Color(red: 0.925, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#ec41df")Accessibility — WCAG contrast
Aa
#ec41df on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec41df on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green25.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow5.5%
Key (black)7.5%
Color previews
#ec41df text on a black background
contrast 6.39:1
Card sample
#ec41df text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec41df;
Background color
Panel with #ec41df background
background-color: #ec41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec41df; background: linear-gradient(135deg, #ec41df, #EC416D);