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