#eb0bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 11, 253
HSL
296°, 98%, 52%
CMYK
7, 96, 0, 1
Luminance
0.2499
Every format
| HEX | #eb0bfd |
| RGB | rgb(235, 11, 253) |
| HSL | hsl(296, 98%, 52%) |
| CMYK | cmyk(7%, 96%, 0%, 1%) |
| LAB | lab(57.1 94.3 -65.1) |
| LCH | lch(57.1 114.6 325.4) |
| OKLCH | oklch(0.672 0.313 324.3) |
Copy-ready code
/* CSS */
color: #eb0bfd;
background-color: #eb0bfd;
/* Tailwind (arbitrary) */
class="text-[#eb0bfd] bg-[#eb0bfd]"
/* SCSS */
$brand: #eb0bfd;
/* SwiftUI */
Color(red: 0.922, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#eb0bfd")Accessibility — WCAG contrast
Aa
#eb0bfd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0bfd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green4.3%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb0bfd text on a black background
contrast 6.00:1
Card sample
#eb0bfd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0bfd;
Background color
Panel with #eb0bfd background
background-color: #eb0bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0bfd; background: linear-gradient(135deg, #eb0bfd, #FD0B6E);