#e072eb
a light, electric magenta / pink · warm · closest name: violet
RGB
224, 114, 235
HSL
295°, 75%, 68%
CMYK
5, 52, 0, 8
Luminance
0.3388
Every format
| HEX | #e072eb |
| RGB | rgb(224, 114, 235) |
| HSL | hsl(295, 75%, 68%) |
| CMYK | cmyk(5%, 52%, 0%, 8%) |
| LAB | lab(64.9 59.7 -42.8) |
| LCH | lch(64.9 73.5 324.4) |
| OKLCH | oklch(0.722 0.201 323.9) |
Copy-ready code
/* CSS */
color: #e072eb;
background-color: #e072eb;
/* Tailwind (arbitrary) */
class="text-[#e072eb] bg-[#e072eb]"
/* SCSS */
$brand: #e072eb;
/* SwiftUI */
Color(red: 0.878, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#e072eb")Accessibility — WCAG contrast
Aa
#e072eb on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e072eb on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green44.7%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e072eb text on a black background
contrast 7.78:1
Card sample
#e072eb text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e072eb;
Background color
Panel with #e072eb background
background-color: #e072eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e072eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e072eb; background: linear-gradient(135deg, #e072eb, #EB72A5);