#eb15fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 21, 253
HSL
295°, 98%, 54%
CMYK
7, 92, 0, 1
Luminance
0.2529
Every format
| HEX | #eb15fd |
| RGB | rgb(235, 21, 253) |
| HSL | hsl(295, 98%, 54%) |
| CMYK | cmyk(7%, 92%, 0%, 1%) |
| LAB | lab(57.4 93.4 -64.7) |
| LCH | lch(57.4 113.6 325.3) |
| OKLCH | oklch(0.674 0.310 324.3) |
Copy-ready code
/* CSS */
color: #eb15fd;
background-color: #eb15fd;
/* Tailwind (arbitrary) */
class="text-[#eb15fd] bg-[#eb15fd]"
/* SCSS */
$brand: #eb15fd;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.992)
/* Android */
Color.parseColor("#eb15fd")Accessibility — WCAG contrast
Aa
#eb15fd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb15fd on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta91.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb15fd text on a black background
contrast 6.06:1
Card sample
#eb15fd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb15fd;
Background color
Panel with #eb15fd background
background-color: #eb15fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb15fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb15fd; background: linear-gradient(135deg, #eb15fd, #FD1574);