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