#eb0eec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 14, 236
HSL
300°, 89%, 49%
CMYK
0, 94, 0, 8
Luminance
0.2403
Every format
| HEX | #eb0eec |
| RGB | rgb(235, 14, 236) |
| HSL | hsl(300, 89%, 49%) |
| CMYK | cmyk(0%, 94%, 0%, 8%) |
| LAB | lab(56.1 91.5 -57.1) |
| LCH | lch(56.1 107.9 328.0) |
| OKLCH | oklch(0.662 0.301 328.1) |
Copy-ready code
/* CSS */
color: #eb0eec;
background-color: #eb0eec;
/* Tailwind (arbitrary) */
class="text-[#eb0eec] bg-[#eb0eec]"
/* SCSS */
$brand: #eb0eec;
/* SwiftUI */
Color(red: 0.922, green: 0.055, blue: 0.925)
/* Android */
Color.parseColor("#eb0eec")Accessibility — WCAG contrast
Aa
#eb0eec on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0eec on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.5%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta94.1%
Yellow0.0%
Key (black)7.5%
Color previews
#eb0eec text on a black background
contrast 5.81:1
Card sample
#eb0eec text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0eec;
Background color
Panel with #eb0eec background
background-color: #eb0eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 14, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 14, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0eec; background: linear-gradient(135deg, #eb0eec, #EC0E59);