#eb32eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 50, 235
HSL
300°, 82%, 56%
CMYK
0, 79, 0, 8
Luminance
0.2594
Every format
| HEX | #eb32eb |
| RGB | rgb(235, 50, 235) |
| HSL | hsl(300, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 0%, 8%) |
| LAB | lab(58.0 85.8 -53.6) |
| LCH | lch(58.0 101.2 328.0) |
| OKLCH | oklch(0.675 0.282 328.2) |
Copy-ready code
/* CSS */
color: #eb32eb;
background-color: #eb32eb;
/* Tailwind (arbitrary) */
class="text-[#eb32eb] bg-[#eb32eb]"
/* SCSS */
$brand: #eb32eb;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#eb32eb")Accessibility — WCAG contrast
Aa
#eb32eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb32eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb32eb text on a black background
contrast 6.19:1
Card sample
#eb32eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb32eb;
Background color
Panel with #eb32eb background
background-color: #eb32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb32eb; background: linear-gradient(135deg, #eb32eb, #EB3270);