#eb39fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 57, 253
HSL
295°, 98%, 61%
CMYK
7, 78, 0, 1
Luminance
0.2768
Every format
| HEX | #eb39fd |
| RGB | rgb(235, 57, 253) |
| HSL | hsl(295, 98%, 61%) |
| CMYK | cmyk(7%, 78%, 0%, 1%) |
| LAB | lab(59.6 86.8 -61.1) |
| LCH | lch(59.6 106.2 324.9) |
| OKLCH | oklch(0.690 0.289 323.9) |
Copy-ready code
/* CSS */
color: #eb39fd;
background-color: #eb39fd;
/* Tailwind (arbitrary) */
class="text-[#eb39fd] bg-[#eb39fd]"
/* SCSS */
$brand: #eb39fd;
/* SwiftUI */
Color(red: 0.922, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#eb39fd")Accessibility — WCAG contrast
Aa
#eb39fd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb39fd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.4%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#eb39fd text on a black background
contrast 6.54:1
Card sample
#eb39fd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb39fd;
Background color
Panel with #eb39fd background
background-color: #eb39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb39fd; background: linear-gradient(135deg, #eb39fd, #FD398C);