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