#eb3ae6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 58, 230
HSL
302°, 82%, 58%
CMYK
0, 75, 2, 8
Luminance
0.2640
Every format
| HEX | #eb3ae6 |
| RGB | rgb(235, 58, 230) |
| HSL | hsl(302, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 2%, 8%) |
| LAB | lab(58.4 83.0 -50.1) |
| LCH | lch(58.4 97.0 328.9) |
| OKLCH | oklch(0.678 0.272 329.3) |
Copy-ready code
/* CSS */
color: #eb3ae6;
background-color: #eb3ae6;
/* Tailwind (arbitrary) */
class="text-[#eb3ae6] bg-[#eb3ae6]"
/* SCSS */
$brand: #eb3ae6;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.902)
/* Android */
Color.parseColor("#eb3ae6")Accessibility — WCAG contrast
Aa
#eb3ae6 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ae6 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow2.1%
Key (black)7.8%
Color previews
#eb3ae6 text on a black background
contrast 6.28:1
Card sample
#eb3ae6 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ae6;
Background color
Panel with #eb3ae6 background
background-color: #eb3ae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ae6; background: linear-gradient(135deg, #eb3ae6, #EB3A70);