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