#e611ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 17, 238
HSL
298°, 87%, 50%
CMYK
3, 93, 0, 7
Luminance
0.2340
Every format
| HEX | #e611ee |
| RGB | rgb(230, 17, 238) |
| HSL | hsl(298, 87%, 50%) |
| CMYK | cmyk(3%, 93%, 0%, 7%) |
| LAB | lab(55.5 90.8 -59.3) |
| LCH | lch(55.5 108.5 326.8) |
| OKLCH | oklch(0.657 0.299 326.5) |
Copy-ready code
/* CSS */
color: #e611ee;
background-color: #e611ee;
/* Tailwind (arbitrary) */
class="text-[#e611ee] bg-[#e611ee]"
/* SCSS */
$brand: #e611ee;
/* SwiftUI */
Color(red: 0.902, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#e611ee")Accessibility — WCAG contrast
Aa
#e611ee on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e611ee on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green6.7%
Blue93.3%
CMYK percentages
Cyan3.4%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#e611ee text on a black background
contrast 5.68:1
Card sample
#e611ee text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e611ee;
Background color
Panel with #e611ee background
background-color: #e611ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e611ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e611ee; background: linear-gradient(135deg, #e611ee, #EE1163);