#eb40ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 64, 238
HSL
299°, 84%, 59%
CMYK
1, 73, 0, 7
Luminance
0.2750
Every format
| HEX | #eb40ee |
| RGB | rgb(235, 64, 238) |
| HSL | hsl(299, 84%, 59%) |
| CMYK | cmyk(1%, 73%, 0%, 7%) |
| LAB | lab(59.4 82.5 -53.0) |
| LCH | lch(59.4 98.1 327.3) |
| OKLCH | oklch(0.686 0.272 327.3) |
Copy-ready code
/* CSS */
color: #eb40ee;
background-color: #eb40ee;
/* Tailwind (arbitrary) */
class="text-[#eb40ee] bg-[#eb40ee]"
/* SCSS */
$brand: #eb40ee;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.933)
/* Android */
Color.parseColor("#eb40ee")Accessibility — WCAG contrast
Aa
#eb40ee on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb40ee on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta73.1%
Yellow0.0%
Key (black)6.7%
Color previews
#eb40ee text on a black background
contrast 6.50:1
Card sample
#eb40ee text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb40ee;
Background color
Panel with #eb40ee background
background-color: #eb40ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb40ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb40ee; background: linear-gradient(135deg, #eb40ee, #EE407D);