#e72be8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 43, 232
HSL
300°, 80%, 54%
CMYK
0, 82, 0, 9
Luminance
0.2454
Every format
| HEX | #e72be8 |
| RGB | rgb(231, 43, 232) |
| HSL | hsl(300, 80%, 54%) |
| CMYK | cmyk(0%, 82%, 0%, 9%) |
| LAB | lab(56.6 86.2 -54.1) |
| LCH | lch(56.6 101.8 327.9) |
| OKLCH | oklch(0.664 0.283 328.0) |
Copy-ready code
/* CSS */
color: #e72be8;
background-color: #e72be8;
/* Tailwind (arbitrary) */
class="text-[#e72be8] bg-[#e72be8]"
/* SCSS */
$brand: #e72be8;
/* SwiftUI */
Color(red: 0.906, green: 0.169, blue: 0.910)
/* Android */
Color.parseColor("#e72be8")Accessibility — WCAG contrast
Aa
#e72be8 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72be8 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.9%
Blue91.0%
CMYK percentages
Cyan0.4%
Magenta81.5%
Yellow0.0%
Key (black)9.0%
Color previews
#e72be8 text on a black background
contrast 5.91:1
Card sample
#e72be8 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72be8;
Background color
Panel with #e72be8 background
background-color: #e72be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 43, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 43, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72be8; background: linear-gradient(135deg, #e72be8, #E82B6B);