#e741a0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 65, 160
HSL
326°, 78%, 58%
CMYK
0, 72, 31, 9
Luminance
0.2331
Every format
| HEX | #e741a0 |
| RGB | rgb(231, 65, 160) |
| HSL | hsl(326, 78%, 58%) |
| CMYK | cmyk(0%, 72%, 31%, 9%) |
| LAB | lab(55.4 70.7 -14.7) |
| LCH | lch(55.4 72.2 348.3) |
| OKLCH | oklch(0.644 0.219 349.9) |
Copy-ready code
/* CSS */
color: #e741a0;
background-color: #e741a0;
/* Tailwind (arbitrary) */
class="text-[#e741a0] bg-[#e741a0]"
/* SCSS */
$brand: #e741a0;
/* SwiftUI */
Color(red: 0.906, green: 0.255, blue: 0.627)
/* Android */
Color.parseColor("#e741a0")Accessibility — WCAG contrast
Aa
#e741a0 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e741a0 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green25.5%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow30.7%
Key (black)9.4%
Color previews
#e741a0 text on a black background
contrast 5.66:1
Card sample
#e741a0 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e741a0;
Background color
Panel with #e741a0 background
background-color: #e741a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e741a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 65, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 65, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e741a0; background: linear-gradient(135deg, #e741a0, #E75141);