#e247fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 71, 253
HSL
291°, 98%, 64%
CMYK
11, 72, 0, 1
Luminance
0.2777
Every format
| HEX | #e247fd |
| RGB | rgb(226, 71, 253) |
| HSL | hsl(291, 98%, 64%) |
| CMYK | cmyk(11%, 72%, 0%, 1%) |
| LAB | lab(59.7 81.0 -61.0) |
| LCH | lch(59.7 101.4 323.0) |
| OKLCH | oklch(0.688 0.273 321.2) |
Copy-ready code
/* CSS */
color: #e247fd;
background-color: #e247fd;
/* Tailwind (arbitrary) */
class="text-[#e247fd] bg-[#e247fd]"
/* SCSS */
$brand: #e247fd;
/* SwiftUI */
Color(red: 0.886, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#e247fd")Accessibility — WCAG contrast
Aa
#e247fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e247fd on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green27.8%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e247fd text on a black background
contrast 6.55:1
Card sample
#e247fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e247fd;
Background color
Panel with #e247fd background
background-color: #e247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e247fd; background: linear-gradient(135deg, #e247fd, #FD479F);