#ee2eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 46, 181
HSL
318°, 85%, 56%
CMYK
0, 81, 24, 7
Luminance
0.2347
Every format
| HEX | #ee2eb5 |
| RGB | rgb(238, 46, 181) |
| HSL | hsl(318, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 24%, 7%) |
| LAB | lab(55.6 80.0 -26.6) |
| LCH | lch(55.6 84.3 341.6) |
| OKLCH | oklch(0.650 0.253 343.6) |
Copy-ready code
/* CSS */
color: #ee2eb5;
background-color: #ee2eb5;
/* Tailwind (arbitrary) */
class="text-[#ee2eb5] bg-[#ee2eb5]"
/* SCSS */
$brand: #ee2eb5;
/* SwiftUI */
Color(red: 0.933, green: 0.180, blue: 0.710)
/* Android */
Color.parseColor("#ee2eb5")Accessibility — WCAG contrast
Aa
#ee2eb5 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2eb5 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow23.9%
Key (black)6.7%
Color previews
#ee2eb5 text on a black background
contrast 5.69:1
Card sample
#ee2eb5 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2eb5;
Background color
Panel with #ee2eb5 background
background-color: #ee2eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 46, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 46, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2eb5; background: linear-gradient(135deg, #ee2eb5, #EE2E35);