#e72eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 46, 238
HSL
298°, 85%, 56%
CMYK
3, 81, 0, 7
Luminance
0.2512
Every format
| HEX | #e72eee |
| RGB | rgb(231, 46, 238) |
| HSL | hsl(298, 85%, 56%) |
| CMYK | cmyk(3%, 81%, 0%, 7%) |
| LAB | lab(57.2 86.4 -56.6) |
| LCH | lch(57.2 103.3 326.8) |
| OKLCH | oklch(0.669 0.285 326.5) |
Copy-ready code
/* CSS */
color: #e72eee;
background-color: #e72eee;
/* Tailwind (arbitrary) */
class="text-[#e72eee] bg-[#e72eee]"
/* SCSS */
$brand: #e72eee;
/* SwiftUI */
Color(red: 0.906, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#e72eee")Accessibility — WCAG contrast
Aa
#e72eee on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72eee on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan2.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#e72eee text on a black background
contrast 6.02:1
Card sample
#e72eee text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72eee;
Background color
Panel with #e72eee background
background-color: #e72eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72eee; background: linear-gradient(135deg, #e72eee, #EE2E75);