#e62df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 45, 244
HSL
296°, 90%, 57%
CMYK
6, 82, 0, 4
Luminance
0.2523
Every format
| HEX | #e62df4 |
| RGB | rgb(230, 45, 244) |
| HSL | hsl(296, 90%, 57%) |
| CMYK | cmyk(6%, 82%, 0%, 4%) |
| LAB | lab(57.3 87.4 -59.8) |
| LCH | lch(57.3 105.9 325.6) |
| OKLCH | oklch(0.671 0.290 324.9) |
Copy-ready code
/* CSS */
color: #e62df4;
background-color: #e62df4;
/* Tailwind (arbitrary) */
class="text-[#e62df4] bg-[#e62df4]"
/* SCSS */
$brand: #e62df4;
/* SwiftUI */
Color(red: 0.902, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#e62df4")Accessibility — WCAG contrast
Aa
#e62df4 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e62df4 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green17.6%
Blue95.7%
CMYK percentages
Cyan5.7%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#e62df4 text on a black background
contrast 6.05:1
Card sample
#e62df4 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e62df4;
Background color
Panel with #e62df4 background
background-color: #e62df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e62df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e62df4; background: linear-gradient(135deg, #e62df4, #F42D7D);