#eb13fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 19, 254
HSL
295°, 99%, 54%
CMYK
8, 93, 0, 0
Luminance
0.2528
Every format
| HEX | #eb13fe |
| RGB | rgb(235, 19, 254) |
| HSL | hsl(295, 99%, 54%) |
| CMYK | cmyk(8%, 93%, 0%, 0%) |
| LAB | lab(57.4 93.8 -65.2) |
| LCH | lch(57.4 114.2 325.2) |
| OKLCH | oklch(0.674 0.311 324.1) |
Copy-ready code
/* CSS */
color: #eb13fe;
background-color: #eb13fe;
/* Tailwind (arbitrary) */
class="text-[#eb13fe] bg-[#eb13fe]"
/* SCSS */
$brand: #eb13fe;
/* SwiftUI */
Color(red: 0.922, green: 0.075, blue: 0.996)
/* Android */
Color.parseColor("#eb13fe")Accessibility — WCAG contrast
Aa
#eb13fe on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb13fe on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.5%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta92.5%
Yellow0.0%
Key (black)0.4%
Color previews
#eb13fe text on a black background
contrast 6.06:1
Card sample
#eb13fe text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb13fe;
Background color
Panel with #eb13fe background
background-color: #eb13fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb13fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 19, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 19, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb13fe; background: linear-gradient(135deg, #eb13fe, #FE1374);