#eb3891
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 56, 145
HSL
330°, 82%, 57%
CMYK
0, 76, 38, 8
Luminance
0.2253
Every format
| HEX | #eb3891 |
| RGB | rgb(235, 56, 145) |
| HSL | hsl(330, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 38%, 8%) |
| LAB | lab(54.6 72.8 -6.9) |
| LCH | lch(54.6 73.2 354.6) |
| OKLCH | oklch(0.638 0.225 355.6) |
Copy-ready code
/* CSS */
color: #eb3891;
background-color: #eb3891;
/* Tailwind (arbitrary) */
class="text-[#eb3891] bg-[#eb3891]"
/* SCSS */
$brand: #eb3891;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.569)
/* Android */
Color.parseColor("#eb3891")Accessibility — WCAG contrast
Aa
#eb3891 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3891 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow38.3%
Key (black)7.8%
Color previews
#eb3891 text on a black background
contrast 5.51:1
Card sample
#eb3891 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3891;
Background color
Panel with #eb3891 background
background-color: #eb3891;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3891;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3891; background: linear-gradient(135deg, #eb3891, #EB5738);