#eb0ee2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 14, 226
HSL
302°, 89%, 49%
CMYK
0, 94, 4, 8
Luminance
0.2347
Every format
| HEX | #eb0ee2 |
| RGB | rgb(235, 14, 226) |
| HSL | hsl(302, 89%, 49%) |
| CMYK | cmyk(0%, 94%, 4%, 8%) |
| LAB | lab(55.5 90.2 -52.4) |
| LCH | lch(55.5 104.3 329.8) |
| OKLCH | oklch(0.657 0.294 330.5) |
Copy-ready code
/* CSS */
color: #eb0ee2;
background-color: #eb0ee2;
/* Tailwind (arbitrary) */
class="text-[#eb0ee2] bg-[#eb0ee2]"
/* SCSS */
$brand: #eb0ee2;
/* SwiftUI */
Color(red: 0.922, green: 0.055, blue: 0.886)
/* Android */
Color.parseColor("#eb0ee2")Accessibility — WCAG contrast
Aa
#eb0ee2 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0ee2 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow3.8%
Key (black)7.8%
Color previews
#eb0ee2 text on a black background
contrast 5.69:1
Card sample
#eb0ee2 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0ee2;
Background color
Panel with #eb0ee2 background
background-color: #eb0ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 14, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 14, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0ee2; background: linear-gradient(135deg, #eb0ee2, #EB0E4F);