#e062eb
a light, electric magenta / pink · warm · closest name: violet
RGB
224, 98, 235
HSL
295°, 77%, 65%
CMYK
5, 58, 0, 8
Luminance
0.3058
Every format
| HEX | #e062eb |
| RGB | rgb(224, 98, 235) |
| HSL | hsl(295, 77%, 65%) |
| CMYK | cmyk(5%, 58%, 0%, 8%) |
| LAB | lab(62.1 67.0 -47.1) |
| LCH | lch(62.1 81.9 324.9) |
| OKLCH | oklch(0.702 0.224 324.4) |
Copy-ready code
/* CSS */
color: #e062eb;
background-color: #e062eb;
/* Tailwind (arbitrary) */
class="text-[#e062eb] bg-[#e062eb]"
/* SCSS */
$brand: #e062eb;
/* SwiftUI */
Color(red: 0.878, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#e062eb")Accessibility — WCAG contrast
Aa
#e062eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e062eb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green38.4%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e062eb text on a black background
contrast 7.12:1
Card sample
#e062eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e062eb;
Background color
Panel with #e062eb background
background-color: #e062eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e062eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e062eb; background: linear-gradient(135deg, #e062eb, #EB629B);