#eb10eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 16, 235
HSL
300°, 87%, 49%
CMYK
0, 93, 0, 8
Luminance
0.2403
Every format
| HEX | #eb10eb |
| RGB | rgb(235, 16, 235) |
| HSL | hsl(300, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 0%, 8%) |
| LAB | lab(56.1 91.2 -56.6) |
| LCH | lch(56.1 107.4 328.2) |
| OKLCH | oklch(0.662 0.300 328.3) |
Copy-ready code
/* CSS */
color: #eb10eb;
background-color: #eb10eb;
/* Tailwind (arbitrary) */
class="text-[#eb10eb] bg-[#eb10eb]"
/* SCSS */
$brand: #eb10eb;
/* SwiftUI */
Color(red: 0.922, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#eb10eb")Accessibility — WCAG contrast
Aa
#eb10eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb10eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#eb10eb text on a black background
contrast 5.81:1
Card sample
#eb10eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb10eb;
Background color
Panel with #eb10eb background
background-color: #eb10eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb10eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb10eb; background: linear-gradient(135deg, #eb10eb, #EB1059);