#eb0089
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 0, 137
HSL
325°, 100%, 46%
CMYK
0, 100, 42, 8
Luminance
0.1947
Every format
| HEX | #eb0089 |
| RGB | rgb(235, 0, 137) |
| HSL | hsl(325, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 42%, 8%) |
| LAB | lab(51.2 81.0 -7.2) |
| LCH | lch(51.2 81.3 355.0) |
| OKLCH | oklch(0.613 0.251 355.9) |
Copy-ready code
/* CSS */
color: #eb0089;
background-color: #eb0089;
/* Tailwind (arbitrary) */
class="text-[#eb0089] bg-[#eb0089]"
/* SCSS */
$brand: #eb0089;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.537)
/* Android */
Color.parseColor("#eb0089")Accessibility — WCAG contrast
Aa
#eb0089 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0089 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow41.7%
Key (black)7.8%
Color previews
#eb0089 text on a black background
contrast 4.89:1
Card sample
#eb0089 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0089;
Background color
Panel with #eb0089 background
background-color: #eb0089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0089; background: linear-gradient(135deg, #eb0089, #EB1400);