#eb0993
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 9, 147
HSL
323°, 93%, 48%
CMYK
0, 96, 37, 8
Luminance
0.1996
Every format
| HEX | #eb0993 |
| RGB | rgb(235, 9, 147) |
| HSL | hsl(323, 93%, 48%) |
| CMYK | cmyk(0%, 96%, 37%, 8%) |
| LAB | lab(51.8 81.3 -12.3) |
| LCH | lch(51.8 82.2 351.4) |
| OKLCH | oklch(0.618 0.253 352.8) |
Copy-ready code
/* CSS */
color: #eb0993;
background-color: #eb0993;
/* Tailwind (arbitrary) */
class="text-[#eb0993] bg-[#eb0993]"
/* SCSS */
$brand: #eb0993;
/* SwiftUI */
Color(red: 0.922, green: 0.035, blue: 0.576)
/* Android */
Color.parseColor("#eb0993")Accessibility — WCAG contrast
Aa
#eb0993 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0993 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.5%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow37.4%
Key (black)7.8%
Color previews
#eb0993 text on a black background
contrast 4.99:1
Card sample
#eb0993 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0993;
Background color
Panel with #eb0993 background
background-color: #eb0993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 9, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 9, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0993; background: linear-gradient(135deg, #eb0993, #EB1609);