#eb20eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 32, 235
HSL
300°, 84%, 52%
CMYK
0, 86, 0, 8
Luminance
0.2469
Every format
| HEX | #eb20eb |
| RGB | rgb(235, 32, 235) |
| HSL | hsl(300, 84%, 52%) |
| CMYK | cmyk(0%, 86%, 0%, 8%) |
| LAB | lab(56.8 89.3 -55.5) |
| LCH | lch(56.8 105.2 328.1) |
| OKLCH | oklch(0.667 0.293 328.3) |
Copy-ready code
/* CSS */
color: #eb20eb;
background-color: #eb20eb;
/* Tailwind (arbitrary) */
class="text-[#eb20eb] bg-[#eb20eb]"
/* SCSS */
$brand: #eb20eb;
/* SwiftUI */
Color(red: 0.922, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#eb20eb")Accessibility — WCAG contrast
Aa
#eb20eb on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb20eb on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eb20eb text on a black background
contrast 5.94:1
Card sample
#eb20eb text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb20eb;
Background color
Panel with #eb20eb background
background-color: #eb20eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb20eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb20eb; background: linear-gradient(135deg, #eb20eb, #EB2064);