#eb3aee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 58, 238
HSL
299°, 84%, 58%
CMYK
1, 76, 0, 7
Luminance
0.2686
Every format
| HEX | #eb3aee |
| RGB | rgb(235, 58, 238) |
| HSL | hsl(299, 84%, 58%) |
| CMYK | cmyk(1%, 76%, 0%, 7%) |
| LAB | lab(58.9 84.2 -53.9) |
| LCH | lch(58.9 100.0 327.4) |
| OKLCH | oklch(0.682 0.278 327.4) |
Copy-ready code
/* CSS */
color: #eb3aee;
background-color: #eb3aee;
/* Tailwind (arbitrary) */
class="text-[#eb3aee] bg-[#eb3aee]"
/* SCSS */
$brand: #eb3aee;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.933)
/* Android */
Color.parseColor("#eb3aee")Accessibility — WCAG contrast
Aa
#eb3aee on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3aee on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta75.6%
Yellow0.0%
Key (black)6.7%
Color previews
#eb3aee text on a black background
contrast 6.37:1
Card sample
#eb3aee text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3aee;
Background color
Panel with #eb3aee background
background-color: #eb3aee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3aee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3aee; background: linear-gradient(135deg, #eb3aee, #EE3A79);