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