#e41abc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
228, 26, 188
HSL
312°, 80%, 50%
CMYK
0, 89, 18, 11
Luminance
0.2086
Every format
| HEX | #e41abc |
| RGB | rgb(228, 26, 188) |
| HSL | hsl(312, 80%, 50%) |
| CMYK | cmyk(0%, 89%, 18%, 11%) |
| LAB | lab(52.8 82.6 -35.1) |
| LCH | lch(52.8 89.7 337.0) |
| OKLCH | oklch(0.628 0.264 338.9) |
Copy-ready code
/* CSS */
color: #e41abc;
background-color: #e41abc;
/* Tailwind (arbitrary) */
class="text-[#e41abc] bg-[#e41abc]"
/* SCSS */
$brand: #e41abc;
/* SwiftUI */
Color(red: 0.894, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#e41abc")Accessibility — WCAG contrast
Aa
#e41abc on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e41abc on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green10.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow17.5%
Key (black)10.6%
Color previews
#e41abc text on a black background
contrast 5.17:1
Card sample
#e41abc text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e41abc;
Background color
Panel with #e41abc background
background-color: #e41abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e41abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e41abc; background: linear-gradient(135deg, #e41abc, #E41A35);