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