#ee2ff2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 47, 242
HSL
299°, 88%, 57%
CMYK
2, 81, 0, 5
Luminance
0.2662
Every format
| HEX | #ee2ff2 |
| RGB | rgb(238, 47, 242) |
| HSL | hsl(299, 88%, 57%) |
| CMYK | cmyk(2%, 81%, 0%, 5%) |
| LAB | lab(58.6 88.1 -56.5) |
| LCH | lch(58.6 104.6 327.3) |
| OKLCH | oklch(0.682 0.290 327.2) |
Copy-ready code
/* CSS */
color: #ee2ff2;
background-color: #ee2ff2;
/* Tailwind (arbitrary) */
class="text-[#ee2ff2] bg-[#ee2ff2]"
/* SCSS */
$brand: #ee2ff2;
/* SwiftUI */
Color(red: 0.933, green: 0.184, blue: 0.949)
/* Android */
Color.parseColor("#ee2ff2")Accessibility — WCAG contrast
Aa
#ee2ff2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ff2 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.4%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta80.6%
Yellow0.0%
Key (black)5.1%
Color previews
#ee2ff2 text on a black background
contrast 6.32:1
Card sample
#ee2ff2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ff2;
Background color
Panel with #ee2ff2 background
background-color: #ee2ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 47, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 47, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ff2; background: linear-gradient(135deg, #ee2ff2, #F22F74);