#eb49ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 73, 238
HSL
299°, 83%, 61%
CMYK
1, 69, 0, 7
Luminance
0.2860
Every format
| HEX | #eb49ee |
| RGB | rgb(235, 73, 238) |
| HSL | hsl(299, 83%, 61%) |
| CMYK | cmyk(1%, 69%, 0%, 7%) |
| LAB | lab(60.4 79.7 -51.4) |
| LCH | lch(60.4 94.8 327.2) |
| OKLCH | oklch(0.693 0.263 327.2) |
Copy-ready code
/* CSS */
color: #eb49ee;
background-color: #eb49ee;
/* Tailwind (arbitrary) */
class="text-[#eb49ee] bg-[#eb49ee]"
/* SCSS */
$brand: #eb49ee;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.933)
/* Android */
Color.parseColor("#eb49ee")Accessibility — WCAG contrast
Aa
#eb49ee on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb49ee on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta69.3%
Yellow0.0%
Key (black)6.7%
Color previews
#eb49ee text on a black background
contrast 6.72:1
Card sample
#eb49ee text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb49ee;
Background color
Panel with #eb49ee background
background-color: #eb49ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb49ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb49ee; background: linear-gradient(135deg, #eb49ee, #EE4983);