#e348eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 72, 235
HSL
297°, 80%, 60%
CMYK
3, 69, 0, 8
Luminance
0.2696
Every format
| HEX | #e348eb |
| RGB | rgb(227, 72, 235) |
| HSL | hsl(297, 80%, 60%) |
| CMYK | cmyk(3%, 69%, 0%, 8%) |
| LAB | lab(58.9 77.9 -52.2) |
| LCH | lch(58.9 93.7 326.2) |
| OKLCH | oklch(0.680 0.258 325.8) |
Copy-ready code
/* CSS */
color: #e348eb;
background-color: #e348eb;
/* Tailwind (arbitrary) */
class="text-[#e348eb] bg-[#e348eb]"
/* SCSS */
$brand: #e348eb;
/* SwiftUI */
Color(red: 0.890, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#e348eb")Accessibility — WCAG contrast
Aa
#e348eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e348eb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green28.2%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e348eb text on a black background
contrast 6.39:1
Card sample
#e348eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e348eb;
Background color
Panel with #e348eb background
background-color: #e348eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e348eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e348eb; background: linear-gradient(135deg, #e348eb, #EB4886);