#eb2eea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 46, 234
HSL
300°, 83%, 55%
CMYK
0, 80, 0, 8
Luminance
0.2556
Every format
| HEX | #eb2eea |
| RGB | rgb(235, 46, 234) |
| HSL | hsl(300, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 0%, 8%) |
| LAB | lab(57.6 86.5 -53.6) |
| LCH | lch(57.6 101.8 328.2) |
| OKLCH | oklch(0.673 0.284 328.4) |
Copy-ready code
/* CSS */
color: #eb2eea;
background-color: #eb2eea;
/* Tailwind (arbitrary) */
class="text-[#eb2eea] bg-[#eb2eea]"
/* SCSS */
$brand: #eb2eea;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.918)
/* Android */
Color.parseColor("#eb2eea")Accessibility — WCAG contrast
Aa
#eb2eea on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2eea on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow0.4%
Key (black)7.8%
Color previews
#eb2eea text on a black background
contrast 6.11:1
Card sample
#eb2eea text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2eea;
Background color
Panel with #eb2eea background
background-color: #eb2eea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2eea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2eea; background: linear-gradient(135deg, #eb2eea, #EB2E6C);