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