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