#eb2ecb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 46, 203
HSL
310°, 83%, 55%
CMYK
0, 80, 14, 8
Luminance
0.2393
Every format
| HEX | #eb2ecb |
| RGB | rgb(235, 46, 203) |
| HSL | hsl(310, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 14%, 8%) |
| LAB | lab(56.0 82.2 -38.6) |
| LCH | lch(56.0 90.8 334.8) |
| OKLCH | oklch(0.656 0.264 336.5) |
Copy-ready code
/* CSS */
color: #eb2ecb;
background-color: #eb2ecb;
/* Tailwind (arbitrary) */
class="text-[#eb2ecb] bg-[#eb2ecb]"
/* SCSS */
$brand: #eb2ecb;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.796)
/* Android */
Color.parseColor("#eb2ecb")Accessibility — WCAG contrast
Aa
#eb2ecb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ecb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow13.6%
Key (black)7.8%
Color previews
#eb2ecb text on a black background
contrast 5.79:1
Card sample
#eb2ecb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ecb;
Background color
Panel with #eb2ecb background
background-color: #eb2ecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ecb; background: linear-gradient(135deg, #eb2ecb, #EB2E4D);