#ee2cf1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 241
HSL
299°, 88%, 56%
CMYK
1, 82, 0, 6
Luminance
0.2633
Every format
| HEX | #ee2cf1 |
| RGB | rgb(238, 44, 241) |
| HSL | hsl(299, 88%, 56%) |
| CMYK | cmyk(1%, 82%, 0%, 6%) |
| LAB | lab(58.4 88.5 -56.4) |
| LCH | lch(58.4 105.0 327.5) |
| OKLCH | oklch(0.680 0.292 327.5) |
Copy-ready code
/* CSS */
color: #ee2cf1;
background-color: #ee2cf1;
/* Tailwind (arbitrary) */
class="text-[#ee2cf1] bg-[#ee2cf1]"
/* SCSS */
$brand: #ee2cf1;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.945)
/* Android */
Color.parseColor("#ee2cf1")Accessibility — WCAG contrast
Aa
#ee2cf1 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2cf1 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta81.7%
Yellow0.0%
Key (black)5.5%
Color previews
#ee2cf1 text on a black background
contrast 6.27:1
Card sample
#ee2cf1 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2cf1;
Background color
Panel with #ee2cf1 background
background-color: #ee2cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2cf1; background: linear-gradient(135deg, #ee2cf1, #F12C71);