#e104f7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
225, 4, 247
HSL
295°, 97%, 49%
CMYK
9, 98, 0, 3
Luminance
0.2281
Every format
| HEX | #e104f7 |
| RGB | rgb(225, 4, 247) |
| HSL | hsl(295, 97%, 49%) |
| CMYK | cmyk(9%, 98%, 0%, 3%) |
| LAB | lab(54.9 92.3 -65.4) |
| LCH | lch(54.9 113.1 324.7) |
| OKLCH | oklch(0.653 0.307 323.3) |
Copy-ready code
/* CSS */
color: #e104f7;
background-color: #e104f7;
/* Tailwind (arbitrary) */
class="text-[#e104f7] bg-[#e104f7]"
/* SCSS */
$brand: #e104f7;
/* SwiftUI */
Color(red: 0.882, green: 0.016, blue: 0.969)
/* Android */
Color.parseColor("#e104f7")Accessibility — WCAG contrast
Aa
#e104f7 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e104f7 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green1.6%
Blue96.9%
CMYK percentages
Cyan8.9%
Magenta98.4%
Yellow0.0%
Key (black)3.1%
Color previews
#e104f7 text on a black background
contrast 5.56:1
Card sample
#e104f7 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e104f7;
Background color
Panel with #e104f7 background
background-color: #e104f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e104f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 4, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 4, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e104f7; background: linear-gradient(135deg, #e104f7, #F7046B);