#eb3591
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 53, 145
HSL
330°, 82%, 57%
CMYK
0, 77, 38, 8
Luminance
0.2225
Every format
| HEX | #eb3591 |
| RGB | rgb(235, 53, 145) |
| HSL | hsl(330, 82%, 57%) |
| CMYK | cmyk(0%, 77%, 38%, 8%) |
| LAB | lab(54.3 73.7 -7.4) |
| LCH | lch(54.3 74.1 354.3) |
| OKLCH | oklch(0.636 0.227 355.3) |
Copy-ready code
/* CSS */
color: #eb3591;
background-color: #eb3591;
/* Tailwind (arbitrary) */
class="text-[#eb3591] bg-[#eb3591]"
/* SCSS */
$brand: #eb3591;
/* SwiftUI */
Color(red: 0.922, green: 0.208, blue: 0.569)
/* Android */
Color.parseColor("#eb3591")Accessibility — WCAG contrast
Aa
#eb3591 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3591 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.8%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow38.3%
Key (black)7.8%
Color previews
#eb3591 text on a black background
contrast 5.45:1
Card sample
#eb3591 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3591;
Background color
Panel with #eb3591 background
background-color: #eb3591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 53, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 53, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3591; background: linear-gradient(135deg, #eb3591, #EB5335);