#ee41df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 65, 223
HSL
305°, 84%, 59%
CMYK
0, 73, 6, 7
Luminance
0.2729
Every format
| HEX | #ee41df |
| RGB | rgb(238, 65, 223) |
| HSL | hsl(305, 84%, 59%) |
| CMYK | cmyk(0%, 73%, 6%, 7%) |
| LAB | lab(59.2 80.6 -44.8) |
| LCH | lch(59.2 92.2 330.9) |
| OKLCH | oklch(0.683 0.262 331.9) |
Copy-ready code
/* CSS */
color: #ee41df;
background-color: #ee41df;
/* Tailwind (arbitrary) */
class="text-[#ee41df] bg-[#ee41df]"
/* SCSS */
$brand: #ee41df;
/* SwiftUI */
Color(red: 0.933, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#ee41df")Accessibility — WCAG contrast
Aa
#ee41df on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee41df on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green25.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow6.3%
Key (black)6.7%
Color previews
#ee41df text on a black background
contrast 6.46:1
Card sample
#ee41df text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee41df;
Background color
Panel with #ee41df background
background-color: #ee41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee41df; background: linear-gradient(135deg, #ee41df, #EE416C);