#e591eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
229, 145, 235
HSL
296°, 69%, 75%
CMYK
3, 38, 0, 8
Luminance
0.4291
Every format
| HEX | #e591eb |
| RGB | rgb(229, 145, 235) |
| HSL | hsl(296, 69%, 75%) |
| CMYK | cmyk(3%, 38%, 0%, 8%) |
| LAB | lab(71.5 45.6 -32.5) |
| LCH | lch(71.5 56.0 324.5) |
| OKLCH | oklch(0.773 0.153 324.6) |
Copy-ready code
/* CSS */
color: #e591eb;
background-color: #e591eb;
/* Tailwind (arbitrary) */
class="text-[#e591eb] bg-[#e591eb]"
/* SCSS */
$brand: #e591eb;
/* SwiftUI */
Color(red: 0.898, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#e591eb")Accessibility — WCAG contrast
Aa
#e591eb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e591eb on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green56.9%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e591eb text on a black background
contrast 9.58:1
Card sample
#e591eb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e591eb;
Background color
Panel with #e591eb background
background-color: #e591eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e591eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e591eb; background: linear-gradient(135deg, #e591eb, #EB91B5);