#e112df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
225, 18, 223
HSL
301°, 85%, 48%
CMYK
0, 92, 1, 12
Luminance
0.2177
Every format
| HEX | #e112df |
| RGB | rgb(225, 18, 223) |
| HSL | hsl(301, 85%, 48%) |
| CMYK | cmyk(0%, 92%, 1%, 12%) |
| LAB | lab(53.8 87.7 -53.6) |
| LCH | lch(53.8 102.8 328.6) |
| OKLCH | oklch(0.640 0.288 328.8) |
Copy-ready code
/* CSS */
color: #e112df;
background-color: #e112df;
/* Tailwind (arbitrary) */
class="text-[#e112df] bg-[#e112df]"
/* SCSS */
$brand: #e112df;
/* SwiftUI */
Color(red: 0.882, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#e112df")Accessibility — WCAG contrast
Aa
#e112df on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e112df on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green7.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow0.9%
Key (black)11.8%
Color previews
#e112df text on a black background
contrast 5.35:1
Card sample
#e112df text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e112df;
Background color
Panel with #e112df background
background-color: #e112df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e112df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e112df; background: linear-gradient(135deg, #e112df, #E11255);