#eb3fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 63, 236
HSL
300°, 82%, 59%
CMYK
0, 73, 0, 8
Luminance
0.2727
Every format
| HEX | #eb3fec |
| RGB | rgb(235, 63, 236) |
| HSL | hsl(300, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 0%, 8%) |
| LAB | lab(59.2 82.5 -52.2) |
| LCH | lch(59.2 97.6 327.7) |
| OKLCH | oklch(0.684 0.272 327.8) |
Copy-ready code
/* CSS */
color: #eb3fec;
background-color: #eb3fec;
/* Tailwind (arbitrary) */
class="text-[#eb3fec] bg-[#eb3fec]"
/* SCSS */
$brand: #eb3fec;
/* SwiftUI */
Color(red: 0.922, green: 0.247, blue: 0.925)
/* Android */
Color.parseColor("#eb3fec")Accessibility — WCAG contrast
Aa
#eb3fec on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3fec on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.7%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta73.3%
Yellow0.0%
Key (black)7.5%
Color previews
#eb3fec text on a black background
contrast 6.45:1
Card sample
#eb3fec text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3fec;
Background color
Panel with #eb3fec background
background-color: #eb3fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 63, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 63, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3fec; background: linear-gradient(135deg, #eb3fec, #EC3F79);