#ee3377
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 51, 119
HSL
338°, 85%, 57%
CMYK
0, 79, 50, 7
Luminance
0.2188
Every format
| HEX | #ee3377 |
| RGB | rgb(238, 51, 119) |
| HSL | hsl(338, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 50%, 7%) |
| LAB | lab(53.9 72.7 7.6) |
| LCH | lch(53.9 73.1 6.0) |
| OKLCH | oklch(0.632 0.223 5.2) |
Copy-ready code
/* CSS */
color: #ee3377;
background-color: #ee3377;
/* Tailwind (arbitrary) */
class="text-[#ee3377] bg-[#ee3377]"
/* SCSS */
$brand: #ee3377;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.467)
/* Android */
Color.parseColor("#ee3377")Accessibility — WCAG contrast
Aa
#ee3377 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3377 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow50.0%
Key (black)6.7%
Color previews
#ee3377 text on a black background
contrast 5.38:1
Card sample
#ee3377 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3377;
Background color
Panel with #ee3377 background
background-color: #ee3377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3377; background: linear-gradient(135deg, #ee3377, #EE6C33);