#e348fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 72, 253
HSL
291°, 98%, 64%
CMYK
10, 72, 0, 1
Luminance
0.2806
Every format
| HEX | #e348fd |
| RGB | rgb(227, 72, 253) |
| HSL | hsl(291, 98%, 64%) |
| CMYK | cmyk(10%, 72%, 0%, 1%) |
| LAB | lab(59.9 80.9 -60.6) |
| LCH | lch(59.9 101.0 323.2) |
| OKLCH | oklch(0.690 0.272 321.5) |
Copy-ready code
/* CSS */
color: #e348fd;
background-color: #e348fd;
/* Tailwind (arbitrary) */
class="text-[#e348fd] bg-[#e348fd]"
/* SCSS */
$brand: #e348fd;
/* SwiftUI */
Color(red: 0.890, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#e348fd")Accessibility — WCAG contrast
Aa
#e348fd on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e348fd on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green28.2%
Blue99.2%
CMYK percentages
Cyan10.3%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#e348fd text on a black background
contrast 6.61:1
Card sample
#e348fd text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e348fd;
Background color
Panel with #e348fd background
background-color: #e348fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e348fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e348fd; background: linear-gradient(135deg, #e348fd, #FD489E);