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