#e73eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 62, 176
HSL
320°, 78%, 58%
CMYK
0, 73, 24, 9
Luminance
0.2357
Every format
| HEX | #e73eb0 |
| RGB | rgb(231, 62, 176) |
| HSL | hsl(320, 78%, 58%) |
| CMYK | cmyk(0%, 73%, 24%, 9%) |
| LAB | lab(55.7 73.5 -23.6) |
| LCH | lch(55.7 77.2 342.2) |
| OKLCH | oklch(0.648 0.231 344.2) |
Copy-ready code
/* CSS */
color: #e73eb0;
background-color: #e73eb0;
/* Tailwind (arbitrary) */
class="text-[#e73eb0] bg-[#e73eb0]"
/* SCSS */
$brand: #e73eb0;
/* SwiftUI */
Color(red: 0.906, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#e73eb0")Accessibility — WCAG contrast
Aa
#e73eb0 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e73eb0 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow23.8%
Key (black)9.4%
Color previews
#e73eb0 text on a black background
contrast 5.71:1
Card sample
#e73eb0 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e73eb0;
Background color
Panel with #e73eb0 background
background-color: #e73eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e73eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e73eb0; background: linear-gradient(135deg, #e73eb0, #E73E40);