#e613df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 19, 223
HSL
302°, 85%, 49%
CMYK
0, 92, 3, 10
Luminance
0.2262
Every format
| HEX | #e613df |
| RGB | rgb(230, 19, 223) |
| HSL | hsl(302, 85%, 49%) |
| CMYK | cmyk(0%, 92%, 3%, 10%) |
| LAB | lab(54.7 88.4 -52.2) |
| LCH | lch(54.7 102.7 329.5) |
| OKLCH | oklch(0.648 0.289 330.0) |
Copy-ready code
/* CSS */
color: #e613df;
background-color: #e613df;
/* Tailwind (arbitrary) */
class="text-[#e613df] bg-[#e613df]"
/* SCSS */
$brand: #e613df;
/* SwiftUI */
Color(red: 0.902, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#e613df")Accessibility — WCAG contrast
Aa
#e613df on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e613df on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green7.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow3.0%
Key (black)9.8%
Color previews
#e613df text on a black background
contrast 5.52:1
Card sample
#e613df text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e613df;
Background color
Panel with #e613df background
background-color: #e613df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e613df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e613df; background: linear-gradient(135deg, #e613df, #E61352);