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