#e729a3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 41, 163
HSL
322°, 80%, 53%
CMYK
0, 82, 29, 9
Luminance
0.2122
Every format
| HEX | #e729a3 |
| RGB | rgb(231, 41, 163) |
| HSL | hsl(322, 80%, 53%) |
| CMYK | cmyk(0%, 82%, 29%, 9%) |
| LAB | lab(53.2 77.6 -19.8) |
| LCH | lch(53.2 80.0 345.7) |
| OKLCH | oklch(0.629 0.243 347.6) |
Copy-ready code
/* CSS */
color: #e729a3;
background-color: #e729a3;
/* Tailwind (arbitrary) */
class="text-[#e729a3] bg-[#e729a3]"
/* SCSS */
$brand: #e729a3;
/* SwiftUI */
Color(red: 0.906, green: 0.161, blue: 0.639)
/* Android */
Color.parseColor("#e729a3")Accessibility — WCAG contrast
Aa
#e729a3 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e729a3 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow29.4%
Key (black)9.4%
Color previews
#e729a3 text on a black background
contrast 5.24:1
Card sample
#e729a3 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e729a3;
Background color
Panel with #e729a3 background
background-color: #e729a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e729a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 41, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 41, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e729a3; background: linear-gradient(135deg, #e729a3, #E72E29);