#ea48eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
234, 72, 235
HSL
300°, 80%, 60%
CMYK
0, 69, 0, 8
Luminance
0.2813
Every format
| HEX | #ea48eb |
| RGB | rgb(234, 72, 235) |
| HSL | hsl(300, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 0%, 8%) |
| LAB | lab(60.0 79.3 -50.4) |
| LCH | lch(60.0 94.0 327.6) |
| OKLCH | oklch(0.690 0.261 327.7) |
Copy-ready code
/* CSS */
color: #ea48eb;
background-color: #ea48eb;
/* Tailwind (arbitrary) */
class="text-[#ea48eb] bg-[#ea48eb]"
/* SCSS */
$brand: #ea48eb;
/* SwiftUI */
Color(red: 0.918, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#ea48eb")Accessibility — WCAG contrast
Aa
#ea48eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea48eb on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green28.2%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ea48eb text on a black background
contrast 6.63:1
Card sample
#ea48eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea48eb;
Background color
Panel with #ea48eb background
background-color: #ea48eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea48eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea48eb; background: linear-gradient(135deg, #ea48eb, #EB487F);