#e545eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 69, 235
HSL
298°, 81%, 60%
CMYK
3, 71, 0, 8
Luminance
0.2691
Every format
| HEX | #e545eb |
| RGB | rgb(229, 69, 235) |
| HSL | hsl(298, 81%, 60%) |
| CMYK | cmyk(3%, 71%, 0%, 8%) |
| LAB | lab(58.9 79.3 -52.2) |
| LCH | lch(58.9 94.9 326.6) |
| OKLCH | oklch(0.680 0.262 326.4) |
Copy-ready code
/* CSS */
color: #e545eb;
background-color: #e545eb;
/* Tailwind (arbitrary) */
class="text-[#e545eb] bg-[#e545eb]"
/* SCSS */
$brand: #e545eb;
/* SwiftUI */
Color(red: 0.898, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#e545eb")Accessibility — WCAG contrast
Aa
#e545eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e545eb on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green27.1%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#e545eb text on a black background
contrast 6.38:1
Card sample
#e545eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e545eb;
Background color
Panel with #e545eb background
background-color: #e545eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e545eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e545eb; background: linear-gradient(135deg, #e545eb, #EB4582);