#eb41ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 65, 171
HSL
323°, 81%, 59%
CMYK
0, 72, 27, 8
Luminance
0.2438
Every format
| HEX | #eb41ab |
| RGB | rgb(235, 65, 171) |
| HSL | hsl(323, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 27%, 8%) |
| LAB | lab(56.5 72.9 -19.4) |
| LCH | lch(56.5 75.5 345.1) |
| OKLCH | oklch(0.655 0.228 347.0) |
Copy-ready code
/* CSS */
color: #eb41ab;
background-color: #eb41ab;
/* Tailwind (arbitrary) */
class="text-[#eb41ab] bg-[#eb41ab]"
/* SCSS */
$brand: #eb41ab;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.671)
/* Android */
Color.parseColor("#eb41ab")Accessibility — WCAG contrast
Aa
#eb41ab on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb41ab on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow27.2%
Key (black)7.8%
Color previews
#eb41ab text on a black background
contrast 5.88:1
Card sample
#eb41ab text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb41ab;
Background color
Panel with #eb41ab background
background-color: #eb41ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb41ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb41ab; background: linear-gradient(135deg, #eb41ab, #EB4841);