#eb3dbe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 61, 190
HSL
316°, 81%, 58%
CMYK
0, 74, 19, 8
Luminance
0.2472
Every format
| HEX | #eb3dbe |
| RGB | rgb(235, 61, 190) |
| HSL | hsl(316, 81%, 58%) |
| CMYK | cmyk(0%, 74%, 19%, 8%) |
| LAB | lab(56.8 76.5 -29.9) |
| LCH | lch(56.8 82.2 338.7) |
| OKLCH | oklch(0.660 0.243 340.6) |
Copy-ready code
/* CSS */
color: #eb3dbe;
background-color: #eb3dbe;
/* Tailwind (arbitrary) */
class="text-[#eb3dbe] bg-[#eb3dbe]"
/* SCSS */
$brand: #eb3dbe;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.745)
/* Android */
Color.parseColor("#eb3dbe")Accessibility — WCAG contrast
Aa
#eb3dbe on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3dbe on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow19.1%
Key (black)7.8%
Color previews
#eb3dbe text on a black background
contrast 5.94:1
Card sample
#eb3dbe text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3dbe;
Background color
Panel with #eb3dbe background
background-color: #eb3dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3dbe; background: linear-gradient(135deg, #eb3dbe, #EB3D4A);