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