#eb1bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 27, 253
HSL
295°, 98%, 55%
CMYK
7, 89, 0, 1
Luminance
0.2554
Every format
| HEX | #eb1bfd |
| RGB | rgb(235, 27, 253) |
| HSL | hsl(295, 98%, 55%) |
| CMYK | cmyk(7%, 89%, 0%, 1%) |
| LAB | lab(57.6 92.7 -64.3) |
| LCH | lch(57.6 112.8 325.3) |
| OKLCH | oklch(0.676 0.308 324.2) |
Copy-ready code
/* CSS */
color: #eb1bfd;
background-color: #eb1bfd;
/* Tailwind (arbitrary) */
class="text-[#eb1bfd] bg-[#eb1bfd]"
/* SCSS */
$brand: #eb1bfd;
/* SwiftUI */
Color(red: 0.922, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#eb1bfd")Accessibility — WCAG contrast
Aa
#eb1bfd on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1bfd on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green10.6%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eb1bfd text on a black background
contrast 6.11:1
Card sample
#eb1bfd text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1bfd;
Background color
Panel with #eb1bfd background
background-color: #eb1bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1bfd; background: linear-gradient(135deg, #eb1bfd, #FD1B78);