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