#e141df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
225, 65, 223
HSL
301°, 73%, 57%
CMYK
0, 71, 1, 12
Luminance
0.2512
Every format
| HEX | #e141df |
| RGB | rgb(225, 65, 223) |
| HSL | hsl(301, 73%, 57%) |
| CMYK | cmyk(0%, 71%, 1%, 12%) |
| LAB | lab(57.2 77.8 -48.2) |
| LCH | lch(57.2 91.5 328.2) |
| OKLCH | oklch(0.665 0.256 328.5) |
Copy-ready code
/* CSS */
color: #e141df;
background-color: #e141df;
/* Tailwind (arbitrary) */
class="text-[#e141df] bg-[#e141df]"
/* SCSS */
$brand: #e141df;
/* SwiftUI */
Color(red: 0.882, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#e141df")Accessibility — WCAG contrast
Aa
#e141df on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e141df on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green25.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow0.9%
Key (black)11.8%
Color previews
#e141df text on a black background
contrast 6.02:1
Card sample
#e141df text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e141df;
Background color
Panel with #e141df background
background-color: #e141df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e141df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e141df; background: linear-gradient(135deg, #e141df, #E14174);