#eb46fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 70, 253
HSL
294°, 98%, 63%
CMYK
7, 72, 0, 1
Luminance
0.2913
Every format
| HEX | #eb46fd |
| RGB | rgb(235, 70, 253) |
| HSL | hsl(294, 98%, 63%) |
| CMYK | cmyk(7%, 72%, 0%, 1%) |
| LAB | lab(60.9 83.1 -59.0) |
| LCH | lch(60.9 101.9 324.6) |
| OKLCH | oklch(0.699 0.277 323.6) |
Copy-ready code
/* CSS */
color: #eb46fd;
background-color: #eb46fd;
/* Tailwind (arbitrary) */
class="text-[#eb46fd] bg-[#eb46fd]"
/* SCSS */
$brand: #eb46fd;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#eb46fd")Accessibility — WCAG contrast
Aa
#eb46fd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb46fd on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eb46fd text on a black background
contrast 6.83:1
Card sample
#eb46fd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb46fd;
Background color
Panel with #eb46fd background
background-color: #eb46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb46fd; background: linear-gradient(135deg, #eb46fd, #FD4695);