#eb3aec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 58, 236
HSL
300°, 82%, 58%
CMYK
0, 75, 0, 8
Luminance
0.2674
Every format
| HEX | #eb3aec |
| RGB | rgb(235, 58, 236) |
| HSL | hsl(300, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 0%, 8%) |
| LAB | lab(58.7 83.9 -53.0) |
| LCH | lch(58.7 99.2 327.7) |
| OKLCH | oklch(0.681 0.276 327.8) |
Copy-ready code
/* CSS */
color: #eb3aec;
background-color: #eb3aec;
/* Tailwind (arbitrary) */
class="text-[#eb3aec] bg-[#eb3aec]"
/* SCSS */
$brand: #eb3aec;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.925)
/* Android */
Color.parseColor("#eb3aec")Accessibility — WCAG contrast
Aa
#eb3aec on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3aec on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta75.4%
Yellow0.0%
Key (black)7.5%
Color previews
#eb3aec text on a black background
contrast 6.35:1
Card sample
#eb3aec text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3aec;
Background color
Panel with #eb3aec background
background-color: #eb3aec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3aec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3aec; background: linear-gradient(135deg, #eb3aec, #EC3A76);