#e652eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
230, 82, 235
HSL
298°, 79%, 62%
CMYK
2, 65, 0, 8
Luminance
0.2886
Every format
| HEX | #e652eb |
| RGB | rgb(230, 82, 235) |
| HSL | hsl(298, 79%, 62%) |
| CMYK | cmyk(2%, 65%, 0%, 8%) |
| LAB | lab(60.7 74.9 -49.4) |
| LCH | lch(60.7 89.8 326.6) |
| OKLCH | oklch(0.693 0.248 326.5) |
Copy-ready code
/* CSS */
color: #e652eb;
background-color: #e652eb;
/* Tailwind (arbitrary) */
class="text-[#e652eb] bg-[#e652eb]"
/* SCSS */
$brand: #e652eb;
/* SwiftUI */
Color(red: 0.902, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#e652eb")Accessibility — WCAG contrast
Aa
#e652eb on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e652eb on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green32.2%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e652eb text on a black background
contrast 6.77:1
Card sample
#e652eb text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e652eb;
Background color
Panel with #e652eb background
background-color: #e652eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e652eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e652eb; background: linear-gradient(135deg, #e652eb, #EB528A);