#ee22ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 34, 238
HSL
300°, 86%, 53%
CMYK
0, 86, 0, 7
Luminance
0.2549
Every format
| HEX | #ee22ee |
| RGB | rgb(238, 34, 238) |
| HSL | hsl(300, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 0%, 7%) |
| LAB | lab(57.6 89.9 -55.9) |
| LCH | lch(57.6 105.9 328.1) |
| OKLCH | oklch(0.674 0.295 328.3) |
Copy-ready code
/* CSS */
color: #ee22ee;
background-color: #ee22ee;
/* Tailwind (arbitrary) */
class="text-[#ee22ee] bg-[#ee22ee]"
/* SCSS */
$brand: #ee22ee;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#ee22ee")Accessibility — WCAG contrast
Aa
#ee22ee on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee22ee on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ee22ee text on a black background
contrast 6.10:1
Card sample
#ee22ee text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee22ee;
Background color
Panel with #ee22ee background
background-color: #ee22ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee22ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee22ee; background: linear-gradient(135deg, #ee22ee, #EE2266);