#ee339c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 51, 156
HSL
326°, 85%, 57%
CMYK
0, 79, 35, 7
Luminance
0.2295
Every format
| HEX | #ee339c |
| RGB | rgb(238, 51, 156) |
| HSL | hsl(326, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 35%, 7%) |
| LAB | lab(55.0 76.1 -12.8) |
| LCH | lch(55.0 77.1 350.5) |
| OKLCH | oklch(0.643 0.236 352.0) |
Copy-ready code
/* CSS */
color: #ee339c;
background-color: #ee339c;
/* Tailwind (arbitrary) */
class="text-[#ee339c] bg-[#ee339c]"
/* SCSS */
$brand: #ee339c;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.612)
/* Android */
Color.parseColor("#ee339c")Accessibility — WCAG contrast
Aa
#ee339c on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee339c on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow34.5%
Key (black)6.7%
Color previews
#ee339c text on a black background
contrast 5.59:1
Card sample
#ee339c text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee339c;
Background color
Panel with #ee339c background
background-color: #ee339c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee339c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee339c; background: linear-gradient(135deg, #ee339c, #EE4733);