#ee52eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
238, 82, 235
HSL
301°, 82%, 63%
CMYK
0, 66, 1, 7
Luminance
0.3021
Every format
| HEX | #ee52eb |
| RGB | rgb(238, 82, 235) |
| HSL | hsl(301, 82%, 63%) |
| CMYK | cmyk(0%, 66%, 1%, 7%) |
| LAB | lab(61.8 76.7 -47.5) |
| LCH | lch(61.8 90.2 328.3) |
| OKLCH | oklch(0.704 0.252 328.6) |
Copy-ready code
/* CSS */
color: #ee52eb;
background-color: #ee52eb;
/* Tailwind (arbitrary) */
class="text-[#ee52eb] bg-[#ee52eb]"
/* SCSS */
$brand: #ee52eb;
/* SwiftUI */
Color(red: 0.933, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#ee52eb")Accessibility — WCAG contrast
Aa
#ee52eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee52eb on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green32.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow1.3%
Key (black)6.7%
Color previews
#ee52eb text on a black background
contrast 7.04:1
Card sample
#ee52eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee52eb;
Background color
Panel with #ee52eb background
background-color: #ee52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee52eb; background: linear-gradient(135deg, #ee52eb, #EE5283);