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