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