#ee3388
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 51, 136
HSL
333°, 85%, 57%
CMYK
0, 79, 43, 7
Luminance
0.2232
Every format
| HEX | #ee3388 |
| RGB | rgb(238, 51, 136) |
| HSL | hsl(333, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 43%, 7%) |
| LAB | lab(54.4 74.1 -1.9) |
| LCH | lch(54.4 74.1 358.6) |
| OKLCH | oklch(0.637 0.228 359.0) |
Copy-ready code
/* CSS */
color: #ee3388;
background-color: #ee3388;
/* Tailwind (arbitrary) */
class="text-[#ee3388] bg-[#ee3388]"
/* SCSS */
$brand: #ee3388;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.533)
/* Android */
Color.parseColor("#ee3388")Accessibility — WCAG contrast
Aa
#ee3388 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3388 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow42.9%
Key (black)6.7%
Color previews
#ee3388 text on a black background
contrast 5.46:1
Card sample
#ee3388 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3388;
Background color
Panel with #ee3388 background
background-color: #ee3388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3388; background: linear-gradient(135deg, #ee3388, #EE5B33);