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