#eb2dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 45, 253
HSL
295°, 98%, 58%
CMYK
7, 82, 0, 1
Luminance
0.2663
Every format
| HEX | #eb2dfd |
| RGB | rgb(235, 45, 253) |
| HSL | hsl(295, 98%, 58%) |
| CMYK | cmyk(7%, 82%, 0%, 1%) |
| LAB | lab(58.6 89.7 -62.6) |
| LCH | lch(58.6 109.4 325.1) |
| OKLCH | oklch(0.683 0.298 324.0) |
Copy-ready code
/* CSS */
color: #eb2dfd;
background-color: #eb2dfd;
/* Tailwind (arbitrary) */
class="text-[#eb2dfd] bg-[#eb2dfd]"
/* SCSS */
$brand: #eb2dfd;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#eb2dfd")Accessibility — WCAG contrast
Aa
#eb2dfd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2dfd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eb2dfd text on a black background
contrast 6.33:1
Card sample
#eb2dfd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2dfd;
Background color
Panel with #eb2dfd background
background-color: #eb2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2dfd; background: linear-gradient(135deg, #eb2dfd, #FD2D84);