#e619e6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 25, 230
HSL
300°, 80%, 50%
CMYK
0, 89, 0, 10
Luminance
0.2323
Every format
| HEX | #e619e6 |
| RGB | rgb(230, 25, 230) |
| HSL | hsl(300, 80%, 50%) |
| CMYK | cmyk(0%, 89%, 0%, 10%) |
| LAB | lab(55.3 88.7 -55.1) |
| LCH | lch(55.3 104.5 328.2) |
| OKLCH | oklch(0.654 0.291 328.3) |
Copy-ready code
/* CSS */
color: #e619e6;
background-color: #e619e6;
/* Tailwind (arbitrary) */
class="text-[#e619e6] bg-[#e619e6]"
/* SCSS */
$brand: #e619e6;
/* SwiftUI */
Color(red: 0.902, green: 0.098, blue: 0.902)
/* Android */
Color.parseColor("#e619e6")Accessibility — WCAG contrast
Aa
#e619e6 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e619e6 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green9.8%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow0.0%
Key (black)9.8%
Color previews
#e619e6 text on a black background
contrast 5.65:1
Card sample
#e619e6 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e619e6;
Background color
Panel with #e619e6 background
background-color: #e619e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e619e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 25, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 25, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e619e6; background: linear-gradient(135deg, #e619e6, #E6195D);