#ee33e3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 51, 227
HSL
304°, 85%, 57%
CMYK
0, 79, 5, 7
Luminance
0.2609
Every format
| HEX | #ee33e3 |
| RGB | rgb(238, 51, 227) |
| HSL | hsl(304, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 5%, 7%) |
| LAB | lab(58.1 84.9 -48.9) |
| LCH | lch(58.1 98.0 330.1) |
| OKLCH | oklch(0.676 0.277 330.9) |
Copy-ready code
/* CSS */
color: #ee33e3;
background-color: #ee33e3;
/* Tailwind (arbitrary) */
class="text-[#ee33e3] bg-[#ee33e3]"
/* SCSS */
$brand: #ee33e3;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.890)
/* Android */
Color.parseColor("#ee33e3")Accessibility — WCAG contrast
Aa
#ee33e3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33e3 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow4.6%
Key (black)6.7%
Color previews
#ee33e3 text on a black background
contrast 6.22:1
Card sample
#ee33e3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33e3;
Background color
Panel with #ee33e3 background
background-color: #ee33e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33e3; background: linear-gradient(135deg, #ee33e3, #EE3367);