#e522eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 34, 235
HSL
298°, 83%, 53%
CMYK
3, 86, 0, 8
Luminance
0.2380
Every format
| HEX | #e522eb |
| RGB | rgb(229, 34, 235) |
| HSL | hsl(298, 83%, 53%) |
| CMYK | cmyk(3%, 86%, 0%, 8%) |
| LAB | lab(55.9 88.0 -57.0) |
| LCH | lch(55.9 104.8 327.1) |
| OKLCH | oklch(0.659 0.290 326.8) |
Copy-ready code
/* CSS */
color: #e522eb;
background-color: #e522eb;
/* Tailwind (arbitrary) */
class="text-[#e522eb] bg-[#e522eb]"
/* SCSS */
$brand: #e522eb;
/* SwiftUI */
Color(red: 0.898, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#e522eb")Accessibility — WCAG contrast
Aa
#e522eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e522eb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green13.3%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e522eb text on a black background
contrast 5.76:1
Card sample
#e522eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e522eb;
Background color
Panel with #e522eb background
background-color: #e522eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e522eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e522eb; background: linear-gradient(135deg, #e522eb, #EB226B);