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