#ee2ac1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 42, 193
HSL
314°, 85%, 55%
CMYK
0, 82, 19, 7
Luminance
0.2368
Every format
| HEX | #ee2ac1 |
| RGB | rgb(238, 42, 193) |
| HSL | hsl(314, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 19%, 7%) |
| LAB | lab(55.8 82.4 -33.2) |
| LCH | lch(55.8 88.8 338.1) |
| OKLCH | oklch(0.654 0.262 340.0) |
Copy-ready code
/* CSS */
color: #ee2ac1;
background-color: #ee2ac1;
/* Tailwind (arbitrary) */
class="text-[#ee2ac1] bg-[#ee2ac1]"
/* SCSS */
$brand: #ee2ac1;
/* SwiftUI */
Color(red: 0.933, green: 0.165, blue: 0.757)
/* Android */
Color.parseColor("#ee2ac1")Accessibility — WCAG contrast
Aa
#ee2ac1 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ac1 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.5%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow18.9%
Key (black)6.7%
Color previews
#ee2ac1 text on a black background
contrast 5.74:1
Card sample
#ee2ac1 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ac1;
Background color
Panel with #ee2ac1 background
background-color: #ee2ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 42, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 42, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ac1; background: linear-gradient(135deg, #ee2ac1, #EE2A3E);