#eb2dbe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 45, 190
HSL
314°, 83%, 55%
CMYK
0, 81, 19, 8
Luminance
0.2326
Every format
| HEX | #eb2dbe |
| RGB | rgb(235, 45, 190) |
| HSL | hsl(314, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 19%, 8%) |
| LAB | lab(55.3 80.7 -32.2) |
| LCH | lch(55.3 86.9 338.3) |
| OKLCH | oklch(0.649 0.257 340.2) |
Copy-ready code
/* CSS */
color: #eb2dbe;
background-color: #eb2dbe;
/* Tailwind (arbitrary) */
class="text-[#eb2dbe] bg-[#eb2dbe]"
/* SCSS */
$brand: #eb2dbe;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#eb2dbe")Accessibility — WCAG contrast
Aa
#eb2dbe on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2dbe on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow19.1%
Key (black)7.8%
Color previews
#eb2dbe text on a black background
contrast 5.65:1
Card sample
#eb2dbe text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2dbe;
Background color
Panel with #eb2dbe background
background-color: #eb2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2dbe; background: linear-gradient(135deg, #eb2dbe, #EB2D3F);