#eb2891
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 40, 145
HSL
328°, 83%, 54%
CMYK
0, 83, 38, 8
Luminance
0.2122
Every format
| HEX | #eb2891 |
| RGB | rgb(235, 40, 145) |
| HSL | hsl(328, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 38%, 8%) |
| LAB | lab(53.2 76.8 -9.0) |
| LCH | lch(53.2 77.4 353.3) |
| OKLCH | oklch(0.628 0.238 354.5) |
Copy-ready code
/* CSS */
color: #eb2891;
background-color: #eb2891;
/* Tailwind (arbitrary) */
class="text-[#eb2891] bg-[#eb2891]"
/* SCSS */
$brand: #eb2891;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.569)
/* Android */
Color.parseColor("#eb2891")Accessibility — WCAG contrast
Aa
#eb2891 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2891 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow38.3%
Key (black)7.8%
Color previews
#eb2891 text on a black background
contrast 5.24:1
Card sample
#eb2891 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2891;
Background color
Panel with #eb2891 background
background-color: #eb2891;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2891;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2891; background: linear-gradient(135deg, #eb2891, #EB4128);