#eb1ffd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 31, 253
HSL
295°, 98%, 56%
CMYK
7, 88, 0, 1
Luminance
0.2573
Every format
| HEX | #eb1ffd |
| RGB | rgb(235, 31, 253) |
| HSL | hsl(295, 98%, 56%) |
| CMYK | cmyk(7%, 88%, 0%, 1%) |
| LAB | lab(57.8 92.1 -64.0) |
| LCH | lch(57.8 112.2 325.2) |
| OKLCH | oklch(0.677 0.306 324.2) |
Copy-ready code
/* CSS */
color: #eb1ffd;
background-color: #eb1ffd;
/* Tailwind (arbitrary) */
class="text-[#eb1ffd] bg-[#eb1ffd]"
/* SCSS */
$brand: #eb1ffd;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.992)
/* Android */
Color.parseColor("#eb1ffd")Accessibility — WCAG contrast
Aa
#eb1ffd on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1ffd on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta87.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb1ffd text on a black background
contrast 6.15:1
Card sample
#eb1ffd text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1ffd;
Background color
Panel with #eb1ffd background
background-color: #eb1ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1ffd; background: linear-gradient(135deg, #eb1ffd, #FD1F7B);