#eb14eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 20, 235
HSL
300°, 84%, 50%
CMYK
0, 92, 0, 8
Luminance
0.2416
Every format
| HEX | #eb14eb |
| RGB | rgb(235, 20, 235) |
| HSL | hsl(300, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 0%, 8%) |
| LAB | lab(56.3 90.9 -56.4) |
| LCH | lch(56.3 106.9 328.2) |
| OKLCH | oklch(0.663 0.298 328.3) |
Copy-ready code
/* CSS */
color: #eb14eb;
background-color: #eb14eb;
/* Tailwind (arbitrary) */
class="text-[#eb14eb] bg-[#eb14eb]"
/* SCSS */
$brand: #eb14eb;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#eb14eb")Accessibility — WCAG contrast
Aa
#eb14eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb14eb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#eb14eb text on a black background
contrast 5.83:1
Card sample
#eb14eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb14eb;
Background color
Panel with #eb14eb background
background-color: #eb14eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb14eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb14eb; background: linear-gradient(135deg, #eb14eb, #EB145C);