#ee50df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
238, 80, 223
HSL
306°, 82%, 62%
CMYK
0, 66, 6, 7
Luminance
0.2924
Every format
| HEX | #ee50df |
| RGB | rgb(238, 80, 223) |
| HSL | hsl(306, 82%, 62%) |
| CMYK | cmyk(0%, 66%, 6%, 7%) |
| LAB | lab(61.0 75.6 -42.1) |
| LCH | lch(61.0 86.5 330.9) |
| OKLCH | oklch(0.696 0.245 331.9) |
Copy-ready code
/* CSS */
color: #ee50df;
background-color: #ee50df;
/* Tailwind (arbitrary) */
class="text-[#ee50df] bg-[#ee50df]"
/* SCSS */
$brand: #ee50df;
/* SwiftUI */
Color(red: 0.933, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#ee50df")Accessibility — WCAG contrast
Aa
#ee50df on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee50df on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green31.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow6.3%
Key (black)6.7%
Color previews
#ee50df text on a black background
contrast 6.85:1
Card sample
#ee50df text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee50df;
Background color
Panel with #ee50df background
background-color: #ee50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee50df; background: linear-gradient(135deg, #ee50df, #EE5076);