#e577f2
a light, electric magenta / pink · warm · closest name: violet
RGB
229, 119, 242
HSL
294°, 83%, 71%
CMYK
5, 51, 0, 5
Luminance
0.3626
Every format
| HEX | #e577f2 |
| RGB | rgb(229, 119, 242) |
| HSL | hsl(294, 83%, 71%) |
| CMYK | cmyk(5%, 51%, 0%, 5%) |
| LAB | lab(66.7 59.9 -43.7) |
| LCH | lch(66.7 74.2 323.9) |
| OKLCH | oklch(0.738 0.202 323.3) |
Copy-ready code
/* CSS */
color: #e577f2;
background-color: #e577f2;
/* Tailwind (arbitrary) */
class="text-[#e577f2] bg-[#e577f2]"
/* SCSS */
$brand: #e577f2;
/* SwiftUI */
Color(red: 0.898, green: 0.467, blue: 0.949)
/* Android */
Color.parseColor("#e577f2")Accessibility — WCAG contrast
Aa
#e577f2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e577f2 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green46.7%
Blue94.9%
CMYK percentages
Cyan5.4%
Magenta50.8%
Yellow0.0%
Key (black)5.1%
Color previews
#e577f2 text on a black background
contrast 8.25:1
Card sample
#e577f2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e577f2;
Background color
Panel with #e577f2 background
background-color: #e577f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e577f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 119, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 119, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e577f2; background: linear-gradient(135deg, #e577f2, #F277AD);