#e729b8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 41, 184
HSL
315°, 80%, 53%
CMYK
0, 82, 20, 9
Luminance
0.2204
Every format
| HEX | #e729b8 |
| RGB | rgb(231, 41, 184) |
| HSL | hsl(315, 80%, 53%) |
| CMYK | cmyk(0%, 82%, 20%, 9%) |
| LAB | lab(54.1 80.0 -30.7) |
| LCH | lch(54.1 85.7 339.0) |
| OKLCH | oklch(0.638 0.254 341.0) |
Copy-ready code
/* CSS */
color: #e729b8;
background-color: #e729b8;
/* Tailwind (arbitrary) */
class="text-[#e729b8] bg-[#e729b8]"
/* SCSS */
$brand: #e729b8;
/* SwiftUI */
Color(red: 0.906, green: 0.161, blue: 0.722)
/* Android */
Color.parseColor("#e729b8")Accessibility — WCAG contrast
Aa
#e729b8 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e729b8 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow20.3%
Key (black)9.4%
Color previews
#e729b8 text on a black background
contrast 5.41:1
Card sample
#e729b8 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e729b8;
Background color
Panel with #e729b8 background
background-color: #e729b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e729b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 41, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 41, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e729b8; background: linear-gradient(135deg, #e729b8, #E72939);