#eb0498
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 4, 152
HSL
322°, 97%, 47%
CMYK
0, 98, 35, 8
Luminance
0.2002
Every format
| HEX | #eb0498 |
| RGB | rgb(235, 4, 152) |
| HSL | hsl(322, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 35%, 8%) |
| LAB | lab(51.9 82.1 -15.2) |
| LCH | lch(51.9 83.5 349.5) |
| OKLCH | oklch(0.619 0.256 351.1) |
Copy-ready code
/* CSS */
color: #eb0498;
background-color: #eb0498;
/* Tailwind (arbitrary) */
class="text-[#eb0498] bg-[#eb0498]"
/* SCSS */
$brand: #eb0498;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.596)
/* Android */
Color.parseColor("#eb0498")Accessibility — WCAG contrast
Aa
#eb0498 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0498 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow35.3%
Key (black)7.8%
Color previews
#eb0498 text on a black background
contrast 5.00:1
Card sample
#eb0498 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0498;
Background color
Panel with #eb0498 background
background-color: #eb0498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0498; background: linear-gradient(135deg, #eb0498, #EB0A04);