#e191df
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 145, 223
HSL
302°, 57%, 73%
CMYK
0, 36, 1, 12
Luminance
0.4159
Every format
| HEX | #e191df |
| RGB | rgb(225, 145, 223) |
| HSL | hsl(302, 57%, 73%) |
| CMYK | cmyk(0%, 36%, 1%, 12%) |
| LAB | lab(70.6 42.2 -27.3) |
| LCH | lch(70.6 50.2 327.1) |
| OKLCH | oklch(0.763 0.139 327.7) |
Copy-ready code
/* CSS */
color: #e191df;
background-color: #e191df;
/* Tailwind (arbitrary) */
class="text-[#e191df] bg-[#e191df]"
/* SCSS */
$brand: #e191df;
/* SwiftUI */
Color(red: 0.882, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#e191df")Accessibility — WCAG contrast
Aa
#e191df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e191df on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow0.9%
Key (black)11.8%
Color previews
#e191df text on a black background
contrast 9.32:1
Card sample
#e191df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e191df;
Background color
Panel with #e191df background
background-color: #e191df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e191df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e191df; background: linear-gradient(135deg, #e191df, #E191AA);