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