#eb54fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 84, 253
HSL
294°, 98%, 66%
CMYK
7, 67, 0, 1
Luminance
0.3109
Every format
| HEX | #eb54fd |
| RGB | rgb(235, 84, 253) |
| HSL | hsl(294, 98%, 66%) |
| CMYK | cmyk(7%, 67%, 0%, 1%) |
| LAB | lab(62.6 78.3 -56.3) |
| LCH | lch(62.6 96.4 324.3) |
| OKLCH | oklch(0.711 0.262 323.3) |
Copy-ready code
/* CSS */
color: #eb54fd;
background-color: #eb54fd;
/* Tailwind (arbitrary) */
class="text-[#eb54fd] bg-[#eb54fd]"
/* SCSS */
$brand: #eb54fd;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#eb54fd")Accessibility — WCAG contrast
Aa
#eb54fd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb54fd on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eb54fd text on a black background
contrast 7.22:1
Card sample
#eb54fd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb54fd;
Background color
Panel with #eb54fd background
background-color: #eb54fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb54fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb54fd; background: linear-gradient(135deg, #eb54fd, #FD549E);