#eb2efe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 46, 254
HSL
295°, 99%, 59%
CMYK
8, 82, 0, 0
Luminance
0.2677
Every format
| HEX | #eb2efe |
| RGB | rgb(235, 46, 254) |
| HSL | hsl(295, 99%, 59%) |
| CMYK | cmyk(8%, 82%, 0%, 0%) |
| LAB | lab(58.8 89.6 -63.0) |
| LCH | lch(58.8 109.5 324.9) |
| OKLCH | oklch(0.684 0.298 323.8) |
Copy-ready code
/* CSS */
color: #eb2efe;
background-color: #eb2efe;
/* Tailwind (arbitrary) */
class="text-[#eb2efe] bg-[#eb2efe]"
/* SCSS */
$brand: #eb2efe;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.996)
/* Android */
Color.parseColor("#eb2efe")Accessibility — WCAG contrast
Aa
#eb2efe on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2efe on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta81.9%
Yellow0.0%
Key (black)0.4%
Color previews
#eb2efe text on a black background
contrast 6.35:1
Card sample
#eb2efe text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2efe;
Background color
Panel with #eb2efe background
background-color: #eb2efe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2efe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2efe; background: linear-gradient(135deg, #eb2efe, #FE2E86);