#eb3abd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 58, 189
HSL
316°, 82%, 58%
CMYK
0, 75, 20, 8
Luminance
0.2436
Every format
| HEX | #eb3abd |
| RGB | rgb(235, 58, 189) |
| HSL | hsl(316, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 20%, 8%) |
| LAB | lab(56.5 77.3 -29.9) |
| LCH | lch(56.5 82.9 338.9) |
| OKLCH | oklch(0.657 0.245 340.8) |
Copy-ready code
/* CSS */
color: #eb3abd;
background-color: #eb3abd;
/* Tailwind (arbitrary) */
class="text-[#eb3abd] bg-[#eb3abd]"
/* SCSS */
$brand: #eb3abd;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.741)
/* Android */
Color.parseColor("#eb3abd")Accessibility — WCAG contrast
Aa
#eb3abd on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3abd on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow19.6%
Key (black)7.8%
Color previews
#eb3abd text on a black background
contrast 5.87:1
Card sample
#eb3abd text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3abd;
Background color
Panel with #eb3abd background
background-color: #eb3abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3abd; background: linear-gradient(135deg, #eb3abd, #EB3A47);