#ee49df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
238, 73, 223
HSL
306°, 83%, 61%
CMYK
0, 69, 6, 7
Luminance
0.2827
Every format
| HEX | #ee49df |
| RGB | rgb(238, 73, 223) |
| HSL | hsl(306, 83%, 61%) |
| CMYK | cmyk(0%, 69%, 6%, 7%) |
| LAB | lab(60.1 78.0 -43.4) |
| LCH | lch(60.1 89.3 330.9) |
| OKLCH | oklch(0.690 0.253 331.9) |
Copy-ready code
/* CSS */
color: #ee49df;
background-color: #ee49df;
/* Tailwind (arbitrary) */
class="text-[#ee49df] bg-[#ee49df]"
/* SCSS */
$brand: #ee49df;
/* SwiftUI */
Color(red: 0.933, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#ee49df")Accessibility — WCAG contrast
Aa
#ee49df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee49df on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green28.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow6.3%
Key (black)6.7%
Color previews
#ee49df text on a black background
contrast 6.65:1
Card sample
#ee49df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee49df;
Background color
Panel with #ee49df background
background-color: #ee49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee49df; background: linear-gradient(135deg, #ee49df, #EE4971);