#ee2ce2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 226
HSL
304°, 85%, 55%
CMYK
0, 82, 5, 7
Luminance
0.2547
Every format
| HEX | #ee2ce2 |
| RGB | rgb(238, 44, 226) |
| HSL | hsl(304, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 5%, 7%) |
| LAB | lab(57.5 86.4 -49.2) |
| LCH | lch(57.5 99.4 330.3) |
| OKLCH | oklch(0.672 0.281 331.1) |
Copy-ready code
/* CSS */
color: #ee2ce2;
background-color: #ee2ce2;
/* Tailwind (arbitrary) */
class="text-[#ee2ce2] bg-[#ee2ce2]"
/* SCSS */
$brand: #ee2ce2;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.886)
/* Android */
Color.parseColor("#ee2ce2")Accessibility — WCAG contrast
Aa
#ee2ce2 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ce2 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow5.0%
Key (black)6.7%
Color previews
#ee2ce2 text on a black background
contrast 6.09:1
Card sample
#ee2ce2 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ce2;
Background color
Panel with #ee2ce2 background
background-color: #ee2ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ce2; background: linear-gradient(135deg, #ee2ce2, #EE2C61);