#eb0dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 13, 253
HSL
296°, 98%, 52%
CMYK
7, 95, 0, 1
Luminance
0.2504
Every format
| HEX | #eb0dfd |
| RGB | rgb(235, 13, 253) |
| HSL | hsl(296, 98%, 52%) |
| CMYK | cmyk(7%, 95%, 0%, 1%) |
| LAB | lab(57.1 94.1 -65.0) |
| LCH | lch(57.1 114.4 325.4) |
| OKLCH | oklch(0.673 0.312 324.3) |
Copy-ready code
/* CSS */
color: #eb0dfd;
background-color: #eb0dfd;
/* Tailwind (arbitrary) */
class="text-[#eb0dfd] bg-[#eb0dfd]"
/* SCSS */
$brand: #eb0dfd;
/* SwiftUI */
Color(red: 0.922, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#eb0dfd")Accessibility — WCAG contrast
Aa
#eb0dfd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0dfd on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eb0dfd text on a black background
contrast 6.01:1
Card sample
#eb0dfd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0dfd;
Background color
Panel with #eb0dfd background
background-color: #eb0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0dfd; background: linear-gradient(135deg, #eb0dfd, #FD0D6F);