#e72acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 42, 207
HSL
308°, 80%, 54%
CMYK
0, 82, 10, 9
Luminance
0.2315
Every format
| HEX | #e72acf |
| RGB | rgb(231, 42, 207) |
| HSL | hsl(308, 80%, 54%) |
| CMYK | cmyk(0%, 82%, 10%, 9%) |
| LAB | lab(55.2 82.8 -42.2) |
| LCH | lch(55.2 92.9 333.0) |
| OKLCH | oklch(0.650 0.268 334.4) |
Copy-ready code
/* CSS */
color: #e72acf;
background-color: #e72acf;
/* Tailwind (arbitrary) */
class="text-[#e72acf] bg-[#e72acf]"
/* SCSS */
$brand: #e72acf;
/* SwiftUI */
Color(red: 0.906, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#e72acf")Accessibility — WCAG contrast
Aa
#e72acf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72acf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow10.4%
Key (black)9.4%
Color previews
#e72acf text on a black background
contrast 5.63:1
Card sample
#e72acf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72acf;
Background color
Panel with #e72acf background
background-color: #e72acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72acf; background: linear-gradient(135deg, #e72acf, #E72A51);