#ee3399
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 51, 153
HSL
327°, 85%, 57%
CMYK
0, 79, 36, 7
Luminance
0.2284
Every format
| HEX | #ee3399 |
| RGB | rgb(238, 51, 153) |
| HSL | hsl(327, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 36%, 7%) |
| LAB | lab(54.9 75.8 -11.1) |
| LCH | lch(54.9 76.6 351.6) |
| OKLCH | oklch(0.642 0.234 353.0) |
Copy-ready code
/* CSS */
color: #ee3399;
background-color: #ee3399;
/* Tailwind (arbitrary) */
class="text-[#ee3399] bg-[#ee3399]"
/* SCSS */
$brand: #ee3399;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.600)
/* Android */
Color.parseColor("#ee3399")Accessibility — WCAG contrast
Aa
#ee3399 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3399 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow35.7%
Key (black)6.7%
Color previews
#ee3399 text on a black background
contrast 5.57:1
Card sample
#ee3399 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3399;
Background color
Panel with #ee3399 background
background-color: #ee3399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3399; background: linear-gradient(135deg, #ee3399, #EE4A33);