#ee3391
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 51, 145
HSL
330°, 85%, 57%
CMYK
0, 79, 39, 7
Luminance
0.2259
Every format
| HEX | #ee3391 |
| RGB | rgb(238, 51, 145) |
| HSL | hsl(330, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 39%, 7%) |
| LAB | lab(54.6 75.0 -6.8) |
| LCH | lch(54.6 75.3 354.8) |
| OKLCH | oklch(0.640 0.231 355.8) |
Copy-ready code
/* CSS */
color: #ee3391;
background-color: #ee3391;
/* Tailwind (arbitrary) */
class="text-[#ee3391] bg-[#ee3391]"
/* SCSS */
$brand: #ee3391;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.569)
/* Android */
Color.parseColor("#ee3391")Accessibility — WCAG contrast
Aa
#ee3391 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3391 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow39.1%
Key (black)6.7%
Color previews
#ee3391 text on a black background
contrast 5.52:1
Card sample
#ee3391 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3391;
Background color
Panel with #ee3391 background
background-color: #ee3391;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3391;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3391; background: linear-gradient(135deg, #ee3391, #EE5233);