#eb3efe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 62, 254
HSL
294°, 99%, 62%
CMYK
8, 76, 0, 0
Luminance
0.2826
Every format
| HEX | #eb3efe |
| RGB | rgb(235, 62, 254) |
| HSL | hsl(294, 99%, 62%) |
| CMYK | cmyk(8%, 76%, 0%, 0%) |
| LAB | lab(60.1 85.7 -60.8) |
| LCH | lch(60.1 105.0 324.6) |
| OKLCH | oklch(0.694 0.286 323.5) |
Copy-ready code
/* CSS */
color: #eb3efe;
background-color: #eb3efe;
/* Tailwind (arbitrary) */
class="text-[#eb3efe] bg-[#eb3efe]"
/* SCSS */
$brand: #eb3efe;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.996)
/* Android */
Color.parseColor("#eb3efe")Accessibility — WCAG contrast
Aa
#eb3efe on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3efe on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta75.6%
Yellow0.0%
Key (black)0.4%
Color previews
#eb3efe text on a black background
contrast 6.65:1
Card sample
#eb3efe text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3efe;
Background color
Panel with #eb3efe background
background-color: #eb3efe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3efe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3efe; background: linear-gradient(135deg, #eb3efe, #FE3E91);