#eb5dfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 93, 253
HSL
293°, 98%, 68%
CMYK
7, 63, 0, 1
Luminance
0.3258
Every format
| HEX | #eb5dfd |
| RGB | rgb(235, 93, 253) |
| HSL | hsl(293, 98%, 68%) |
| CMYK | cmyk(7%, 63%, 0%, 1%) |
| LAB | lab(63.8 74.9 -54.3) |
| LCH | lch(63.8 92.5 324.0) |
| OKLCH | oklch(0.720 0.251 323.0) |
Copy-ready code
/* CSS */
color: #eb5dfd;
background-color: #eb5dfd;
/* Tailwind (arbitrary) */
class="text-[#eb5dfd] bg-[#eb5dfd]"
/* SCSS */
$brand: #eb5dfd;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#eb5dfd")Accessibility — WCAG contrast
Aa
#eb5dfd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5dfd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eb5dfd text on a black background
contrast 7.52:1
Card sample
#eb5dfd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5dfd;
Background color
Panel with #eb5dfd background
background-color: #eb5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5dfd; background: linear-gradient(135deg, #eb5dfd, #FD5DA4);