#ee2abe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 42, 190
HSL
315°, 85%, 55%
CMYK
0, 82, 20, 7
Luminance
0.2355
Every format
| HEX | #ee2abe |
| RGB | rgb(238, 42, 190) |
| HSL | hsl(315, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 20%, 7%) |
| LAB | lab(55.6 82.0 -31.7) |
| LCH | lch(55.6 87.9 338.9) |
| OKLCH | oklch(0.652 0.261 340.8) |
Copy-ready code
/* CSS */
color: #ee2abe;
background-color: #ee2abe;
/* Tailwind (arbitrary) */
class="text-[#ee2abe] bg-[#ee2abe]"
/* SCSS */
$brand: #ee2abe;
/* SwiftUI */
Color(red: 0.933, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#ee2abe")Accessibility — WCAG contrast
Aa
#ee2abe on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2abe on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow20.2%
Key (black)6.7%
Color previews
#ee2abe text on a black background
contrast 5.71:1
Card sample
#ee2abe text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2abe;
Background color
Panel with #ee2abe background
background-color: #ee2abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2abe; background: linear-gradient(135deg, #ee2abe, #EE2A3B);