#eb32ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 50, 171
HSL
321°, 82%, 56%
CMYK
0, 79, 27, 8
Luminance
0.2288
Every format
| HEX | #eb32ab |
| RGB | rgb(235, 50, 171) |
| HSL | hsl(321, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 27%, 8%) |
| LAB | lab(55.0 77.3 -21.7) |
| LCH | lch(55.0 80.2 344.3) |
| OKLCH | oklch(0.644 0.242 346.2) |
Copy-ready code
/* CSS */
color: #eb32ab;
background-color: #eb32ab;
/* Tailwind (arbitrary) */
class="text-[#eb32ab] bg-[#eb32ab]"
/* SCSS */
$brand: #eb32ab;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#eb32ab")Accessibility — WCAG contrast
Aa
#eb32ab on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb32ab on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow27.2%
Key (black)7.8%
Color previews
#eb32ab text on a black background
contrast 5.58:1
Card sample
#eb32ab text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb32ab;
Background color
Panel with #eb32ab background
background-color: #eb32ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb32ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb32ab; background: linear-gradient(135deg, #eb32ab, #EB3532);