#e619a2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
230, 25, 162
HSL
320°, 80%, 50%
CMYK
0, 89, 30, 10
Luminance
0.2013
Every format
| HEX | #e619a2 |
| RGB | rgb(230, 25, 162) |
| HSL | hsl(320, 80%, 50%) |
| CMYK | cmyk(0%, 89%, 30%, 10%) |
| LAB | lab(52.0 80.1 -21.1) |
| LCH | lch(52.0 82.8 345.3) |
| OKLCH | oklch(0.620 0.251 347.2) |
Copy-ready code
/* CSS */
color: #e619a2;
background-color: #e619a2;
/* Tailwind (arbitrary) */
class="text-[#e619a2] bg-[#e619a2]"
/* SCSS */
$brand: #e619a2;
/* SwiftUI */
Color(red: 0.902, green: 0.098, blue: 0.635)
/* Android */
Color.parseColor("#e619a2")Accessibility — WCAG contrast
Aa
#e619a2 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e619a2 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green9.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow29.6%
Key (black)9.8%
Color previews
#e619a2 text on a black background
contrast 5.03:1
Card sample
#e619a2 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e619a2;
Background color
Panel with #e619a2 background
background-color: #e619a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e619a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 25, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 25, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e619a2; background: linear-gradient(135deg, #e619a2, #E61919);