#e593be
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 147, 190
HSL
329°, 61%, 74%
CMYK
0, 36, 17, 10
Luminance
0.4124
Every format
| HEX | #e593be |
| RGB | rgb(229, 147, 190) |
| HSL | hsl(329, 61%, 74%) |
| CMYK | cmyk(0%, 36%, 17%, 10%) |
| LAB | lab(70.3 36.9 -9.4) |
| LCH | lch(70.3 38.0 345.8) |
| OKLCH | oklch(0.759 0.112 347.4) |
Copy-ready code
/* CSS */
color: #e593be;
background-color: #e593be;
/* Tailwind (arbitrary) */
class="text-[#e593be] bg-[#e593be]"
/* SCSS */
$brand: #e593be;
/* SwiftUI */
Color(red: 0.898, green: 0.576, blue: 0.745)
/* Android */
Color.parseColor("#e593be")Accessibility — WCAG contrast
Aa
#e593be on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e593be on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green57.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow17.0%
Key (black)10.2%
Color previews
#e593be text on a black background
contrast 9.25:1
Card sample
#e593be text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e593be;
Background color
Panel with #e593be background
background-color: #e593be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e593be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 147, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 147, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e593be; background: linear-gradient(135deg, #e593be, #E59F93);