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