#e72be3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 43, 227
HSL
301°, 80%, 54%
CMYK
0, 81, 2, 9
Luminance
0.2426
Every format
| HEX | #e72be3 |
| RGB | rgb(231, 43, 227) |
| HSL | hsl(301, 80%, 54%) |
| CMYK | cmyk(0%, 81%, 2%, 9%) |
| LAB | lab(56.4 85.4 -51.8) |
| LCH | lch(56.4 99.9 328.8) |
| OKLCH | oklch(0.661 0.280 329.2) |
Copy-ready code
/* CSS */
color: #e72be3;
background-color: #e72be3;
/* Tailwind (arbitrary) */
class="text-[#e72be3] bg-[#e72be3]"
/* SCSS */
$brand: #e72be3;
/* SwiftUI */
Color(red: 0.906, green: 0.169, blue: 0.890)
/* Android */
Color.parseColor("#e72be3")Accessibility — WCAG contrast
Aa
#e72be3 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72be3 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.9%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow1.7%
Key (black)9.4%
Color previews
#e72be3 text on a black background
contrast 5.85:1
Card sample
#e72be3 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72be3;
Background color
Panel with #e72be3 background
background-color: #e72be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 43, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 43, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72be3; background: linear-gradient(135deg, #e72be3, #E72B65);