#eb4094
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 64, 148
HSL
331°, 81%, 59%
CMYK
0, 73, 37, 8
Luminance
0.2347
Every format
| HEX | #eb4094 |
| RGB | rgb(235, 64, 148) |
| HSL | hsl(331, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 37%, 8%) |
| LAB | lab(55.6 70.7 -7.3) |
| LCH | lch(55.6 71.1 354.1) |
| OKLCH | oklch(0.645 0.218 355.2) |
Copy-ready code
/* CSS */
color: #eb4094;
background-color: #eb4094;
/* Tailwind (arbitrary) */
class="text-[#eb4094] bg-[#eb4094]"
/* SCSS */
$brand: #eb4094;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.580)
/* Android */
Color.parseColor("#eb4094")Accessibility — WCAG contrast
Aa
#eb4094 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4094 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow37.0%
Key (black)7.8%
Color previews
#eb4094 text on a black background
contrast 5.69:1
Card sample
#eb4094 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4094;
Background color
Panel with #eb4094 background
background-color: #eb4094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4094; background: linear-gradient(135deg, #eb4094, #EB5E40);