#ee2ab7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 42, 183
HSL
317°, 85%, 55%
CMYK
0, 82, 23, 7
Luminance
0.2325
Every format
| HEX | #ee2ab7 |
| RGB | rgb(238, 42, 183) |
| HSL | hsl(317, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 23%, 7%) |
| LAB | lab(55.3 81.2 -28.1) |
| LCH | lch(55.3 85.9 340.9) |
| OKLCH | oklch(0.649 0.257 342.9) |
Copy-ready code
/* CSS */
color: #ee2ab7;
background-color: #ee2ab7;
/* Tailwind (arbitrary) */
class="text-[#ee2ab7] bg-[#ee2ab7]"
/* SCSS */
$brand: #ee2ab7;
/* SwiftUI */
Color(red: 0.933, green: 0.165, blue: 0.718)
/* Android */
Color.parseColor("#ee2ab7")Accessibility — WCAG contrast
Aa
#ee2ab7 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ab7 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow23.1%
Key (black)6.7%
Color previews
#ee2ab7 text on a black background
contrast 5.65:1
Card sample
#ee2ab7 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ab7;
Background color
Panel with #ee2ab7 background
background-color: #ee2ab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 42, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 42, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ab7; background: linear-gradient(135deg, #ee2ab7, #EE2A34);