#e511eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 17, 235
HSL
298°, 87%, 49%
CMYK
3, 93, 0, 8
Luminance
0.2306
Every format
| HEX | #e511eb |
| RGB | rgb(229, 17, 235) |
| HSL | hsl(298, 87%, 49%) |
| CMYK | cmyk(3%, 93%, 0%, 8%) |
| LAB | lab(55.1 90.2 -58.2) |
| LCH | lch(55.1 107.3 327.2) |
| OKLCH | oklch(0.653 0.297 326.9) |
Copy-ready code
/* CSS */
color: #e511eb;
background-color: #e511eb;
/* Tailwind (arbitrary) */
class="text-[#e511eb] bg-[#e511eb]"
/* SCSS */
$brand: #e511eb;
/* SwiftUI */
Color(red: 0.898, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#e511eb")Accessibility — WCAG contrast
Aa
#e511eb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e511eb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green6.7%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta92.8%
Yellow0.0%
Key (black)7.8%
Color previews
#e511eb text on a black background
contrast 5.61:1
Card sample
#e511eb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e511eb;
Background color
Panel with #e511eb background
background-color: #e511eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e511eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e511eb; background: linear-gradient(135deg, #e511eb, #EB1160);