#ee3366
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 51, 102
HSL
344°, 85%, 57%
CMYK
0, 79, 57, 7
Luminance
0.2150
Every format
| HEX | #ee3366 |
| RGB | rgb(238, 51, 102) |
| HSL | hsl(344, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 57%, 7%) |
| LAB | lab(53.5 71.5 17.3) |
| LCH | lch(53.5 73.5 13.6) |
| OKLCH | oklch(0.627 0.221 11.3) |
Copy-ready code
/* CSS */
color: #ee3366;
background-color: #ee3366;
/* Tailwind (arbitrary) */
class="text-[#ee3366] bg-[#ee3366]"
/* SCSS */
$brand: #ee3366;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#ee3366")Accessibility — WCAG contrast
Aa
#ee3366 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3366 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow57.1%
Key (black)6.7%
Color previews
#ee3366 text on a black background
contrast 5.30:1
Card sample
#ee3366 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3366;
Background color
Panel with #ee3366 background
background-color: #ee3366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3366; background: linear-gradient(135deg, #ee3366, #EE7D33);