#eb3bfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 59, 254
HSL
294°, 99%, 61%
CMYK
8, 77, 0, 0
Luminance
0.2795
Every format
| HEX | #eb3bfe |
| RGB | rgb(235, 59, 254) |
| HSL | hsl(294, 99%, 61%) |
| CMYK | cmyk(8%, 77%, 0%, 0%) |
| LAB | lab(59.8 86.5 -61.2) |
| LCH | lch(59.8 106.0 324.7) |
| OKLCH | oklch(0.692 0.288 323.6) |
Copy-ready code
/* CSS */
color: #eb3bfe;
background-color: #eb3bfe;
/* Tailwind (arbitrary) */
class="text-[#eb3bfe] bg-[#eb3bfe]"
/* SCSS */
$brand: #eb3bfe;
/* SwiftUI */
Color(red: 0.922, green: 0.231, blue: 0.996)
/* Android */
Color.parseColor("#eb3bfe")Accessibility — WCAG contrast
Aa
#eb3bfe on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3bfe on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.1%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta76.8%
Yellow0.0%
Key (black)0.4%
Color previews
#eb3bfe text on a black background
contrast 6.59:1
Card sample
#eb3bfe text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3bfe;
Background color
Panel with #eb3bfe background
background-color: #eb3bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 59, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 59, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3bfe; background: linear-gradient(135deg, #eb3bfe, #FE3B8F);