#eb2ac2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 42, 194
HSL
313°, 83%, 54%
CMYK
0, 82, 17, 8
Luminance
0.2321
Every format
| HEX | #eb2ac2 |
| RGB | rgb(235, 42, 194) |
| HSL | hsl(313, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 17%, 8%) |
| LAB | lab(55.3 81.9 -34.5) |
| LCH | lch(55.3 88.9 337.1) |
| OKLCH | oklch(0.649 0.261 339.0) |
Copy-ready code
/* CSS */
color: #eb2ac2;
background-color: #eb2ac2;
/* Tailwind (arbitrary) */
class="text-[#eb2ac2] bg-[#eb2ac2]"
/* SCSS */
$brand: #eb2ac2;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.761)
/* Android */
Color.parseColor("#eb2ac2")Accessibility — WCAG contrast
Aa
#eb2ac2 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ac2 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow17.4%
Key (black)7.8%
Color previews
#eb2ac2 text on a black background
contrast 5.64:1
Card sample
#eb2ac2 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ac2;
Background color
Panel with #eb2ac2 background
background-color: #eb2ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ac2; background: linear-gradient(135deg, #eb2ac2, #EB2A41);