#e650ef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 80, 239
HSL
297°, 83%, 63%
CMYK
4, 67, 0, 6
Luminance
0.2879
Every format
| HEX | #e650ef |
| RGB | rgb(230, 80, 239) |
| HSL | hsl(297, 83%, 63%) |
| CMYK | cmyk(4%, 67%, 0%, 6%) |
| LAB | lab(60.6 76.3 -51.7) |
| LCH | lch(60.6 92.2 325.9) |
| OKLCH | oklch(0.693 0.254 325.5) |
Copy-ready code
/* CSS */
color: #e650ef;
background-color: #e650ef;
/* Tailwind (arbitrary) */
class="text-[#e650ef] bg-[#e650ef]"
/* SCSS */
$brand: #e650ef;
/* SwiftUI */
Color(red: 0.902, green: 0.314, blue: 0.937)
/* Android */
Color.parseColor("#e650ef")Accessibility — WCAG contrast
Aa
#e650ef on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e650ef on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green31.4%
Blue93.7%
CMYK percentages
Cyan3.8%
Magenta66.5%
Yellow0.0%
Key (black)6.3%
Color previews
#e650ef text on a black background
contrast 6.76:1
Card sample
#e650ef text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e650ef;
Background color
Panel with #e650ef background
background-color: #e650ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e650ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 80, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 80, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e650ef; background: linear-gradient(135deg, #e650ef, #EF508E);