#eb4191
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 65, 145
HSL
332°, 81%, 59%
CMYK
0, 72, 38, 8
Luminance
0.2349
Every format
| HEX | #eb4191 |
| RGB | rgb(235, 65, 145) |
| HSL | hsl(332, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 38%, 8%) |
| LAB | lab(55.6 70.1 -5.5) |
| LCH | lch(55.6 70.3 355.5) |
| OKLCH | oklch(0.645 0.215 356.4) |
Copy-ready code
/* CSS */
color: #eb4191;
background-color: #eb4191;
/* Tailwind (arbitrary) */
class="text-[#eb4191] bg-[#eb4191]"
/* SCSS */
$brand: #eb4191;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.569)
/* Android */
Color.parseColor("#eb4191")Accessibility — WCAG contrast
Aa
#eb4191 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4191 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow38.3%
Key (black)7.8%
Color previews
#eb4191 text on a black background
contrast 5.70:1
Card sample
#eb4191 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4191;
Background color
Panel with #eb4191 background
background-color: #eb4191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4191; background: linear-gradient(135deg, #eb4191, #EB6241);