#eb40eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 64, 235
HSL
300°, 81%, 59%
CMYK
0, 73, 0, 8
Luminance
0.2733
Every format
| HEX | #eb40eb |
| RGB | rgb(235, 64, 235) |
| HSL | hsl(300, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 0%, 8%) |
| LAB | lab(59.3 82.1 -51.5) |
| LCH | lch(59.3 96.9 327.9) |
| OKLCH | oklch(0.685 0.270 328.0) |
Copy-ready code
/* CSS */
color: #eb40eb;
background-color: #eb40eb;
/* Tailwind (arbitrary) */
class="text-[#eb40eb] bg-[#eb40eb]"
/* SCSS */
$brand: #eb40eb;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#eb40eb")Accessibility — WCAG contrast
Aa
#eb40eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb40eb on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eb40eb text on a black background
contrast 6.47:1
Card sample
#eb40eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb40eb;
Background color
Panel with #eb40eb background
background-color: #eb40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb40eb; background: linear-gradient(135deg, #eb40eb, #EB4079);