#e577af
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 119, 175
HSL
330°, 68%, 68%
CMYK
0, 48, 24, 10
Luminance
0.3295
Every format
| HEX | #e577af |
| RGB | rgb(229, 119, 175) |
| HSL | hsl(330, 68%, 68%) |
| CMYK | cmyk(0%, 48%, 24%, 10%) |
| LAB | lab(64.1 49.0 -10.2) |
| LCH | lch(64.1 50.1 348.2) |
| OKLCH | oklch(0.710 0.150 349.8) |
Copy-ready code
/* CSS */
color: #e577af;
background-color: #e577af;
/* Tailwind (arbitrary) */
class="text-[#e577af] bg-[#e577af]"
/* SCSS */
$brand: #e577af;
/* SwiftUI */
Color(red: 0.898, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#e577af")Accessibility — WCAG contrast
Aa
#e577af on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e577af on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green46.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow23.6%
Key (black)10.2%
Color previews
#e577af text on a black background
contrast 7.59:1
Card sample
#e577af text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e577af;
Background color
Panel with #e577af background
background-color: #e577af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e577af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 119, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 119, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e577af; background: linear-gradient(135deg, #e577af, #E58877);