#e729be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 41, 190
HSL
313°, 80%, 53%
CMYK
0, 82, 18, 9
Luminance
0.2229
Every format
| HEX | #e729be |
| RGB | rgb(231, 41, 190) |
| HSL | hsl(313, 80%, 53%) |
| CMYK | cmyk(0%, 82%, 18%, 9%) |
| LAB | lab(54.3 80.8 -33.8) |
| LCH | lch(54.3 87.5 337.3) |
| OKLCH | oklch(0.641 0.258 339.2) |
Copy-ready code
/* CSS */
color: #e729be;
background-color: #e729be;
/* Tailwind (arbitrary) */
class="text-[#e729be] bg-[#e729be]"
/* SCSS */
$brand: #e729be;
/* SwiftUI */
Color(red: 0.906, green: 0.161, blue: 0.745)
/* Android */
Color.parseColor("#e729be")Accessibility — WCAG contrast
Aa
#e729be on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e729be on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow17.7%
Key (black)9.4%
Color previews
#e729be text on a black background
contrast 5.46:1
Card sample
#e729be text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e729be;
Background color
Panel with #e729be background
background-color: #e729be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e729be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 41, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 41, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e729be; background: linear-gradient(135deg, #e729be, #E7293F);