#e578eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
229, 120, 235
HSL
297°, 74%, 70%
CMYK
3, 49, 0, 8
Luminance
0.3609
Every format
| HEX | #e578eb |
| RGB | rgb(229, 120, 235) |
| HSL | hsl(297, 74%, 70%) |
| CMYK | cmyk(3%, 49%, 0%, 8%) |
| LAB | lab(66.6 58.2 -40.1) |
| LCH | lch(66.6 70.7 325.4) |
| OKLCH | oklch(0.736 0.194 325.4) |
Copy-ready code
/* CSS */
color: #e578eb;
background-color: #e578eb;
/* Tailwind (arbitrary) */
class="text-[#e578eb] bg-[#e578eb]"
/* SCSS */
$brand: #e578eb;
/* SwiftUI */
Color(red: 0.898, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#e578eb")Accessibility — WCAG contrast
Aa
#e578eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e578eb on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green47.1%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e578eb text on a black background
contrast 8.22:1
Card sample
#e578eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e578eb;
Background color
Panel with #e578eb background
background-color: #e578eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e578eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e578eb; background: linear-gradient(135deg, #e578eb, #EB78A4);