#e577df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
229, 119, 223
HSL
303°, 68%, 68%
CMYK
0, 48, 3, 10
Luminance
0.3518
Every format
| HEX | #e577df |
| RGB | rgb(229, 119, 223) |
| HSL | hsl(303, 68%, 68%) |
| CMYK | cmyk(0%, 48%, 3%, 10%) |
| LAB | lab(65.9 56.6 -34.5) |
| LCH | lch(65.9 66.3 328.6) |
| OKLCH | oklch(0.729 0.185 329.3) |
Copy-ready code
/* CSS */
color: #e577df;
background-color: #e577df;
/* Tailwind (arbitrary) */
class="text-[#e577df] bg-[#e577df]"
/* SCSS */
$brand: #e577df;
/* SwiftUI */
Color(red: 0.898, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#e577df")Accessibility — WCAG contrast
Aa
#e577df on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e577df on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green46.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow2.6%
Key (black)10.2%
Color previews
#e577df text on a black background
contrast 8.04:1
Card sample
#e577df text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e577df;
Background color
Panel with #e577df background
background-color: #e577df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e577df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e577df; background: linear-gradient(135deg, #e577df, #E57796);