#e643eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 67, 235
HSL
298°, 81%, 59%
CMYK
2, 72, 0, 8
Luminance
0.2684
Every format
| HEX | #e643eb |
| RGB | rgb(230, 67, 235) |
| HSL | hsl(298, 81%, 59%) |
| CMYK | cmyk(2%, 72%, 0%, 8%) |
| LAB | lab(58.8 80.1 -52.3) |
| LCH | lch(58.8 95.7 326.9) |
| OKLCH | oklch(0.680 0.265 326.7) |
Copy-ready code
/* CSS */
color: #e643eb;
background-color: #e643eb;
/* Tailwind (arbitrary) */
class="text-[#e643eb] bg-[#e643eb]"
/* SCSS */
$brand: #e643eb;
/* SwiftUI */
Color(red: 0.902, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#e643eb")Accessibility — WCAG contrast
Aa
#e643eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e643eb on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green26.3%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e643eb text on a black background
contrast 6.37:1
Card sample
#e643eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e643eb;
Background color
Panel with #e643eb background
background-color: #e643eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e643eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e643eb; background: linear-gradient(135deg, #e643eb, #EB4380);