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