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