#e704df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 4, 223
HSL
302°, 97%, 46%
CMYK
0, 98, 4, 9
Luminance
0.2240
Every format
| HEX | #e704df |
| RGB | rgb(231, 4, 223) |
| HSL | hsl(302, 97%, 46%) |
| CMYK | cmyk(0%, 98%, 4%, 9%) |
| LAB | lab(54.5 89.8 -52.5) |
| LCH | lch(54.5 104.0 329.7) |
| OKLCH | oklch(0.647 0.293 330.3) |
Copy-ready code
/* CSS */
color: #e704df;
background-color: #e704df;
/* Tailwind (arbitrary) */
class="text-[#e704df] bg-[#e704df]"
/* SCSS */
$brand: #e704df;
/* SwiftUI */
Color(red: 0.906, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#e704df")Accessibility — WCAG contrast
Aa
#e704df on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e704df on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green1.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow3.5%
Key (black)9.4%
Color previews
#e704df text on a black background
contrast 5.48:1
Card sample
#e704df text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e704df;
Background color
Panel with #e704df background
background-color: #e704df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e704df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e704df; background: linear-gradient(135deg, #e704df, #E70448);