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