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