#eb419f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 65, 159
HSL
327°, 81%, 59%
CMYK
0, 72, 32, 8
Luminance
0.2395
Every format
| HEX | #eb419f |
| RGB | rgb(235, 65, 159) |
| HSL | hsl(327, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 32%, 8%) |
| LAB | lab(56.0 71.6 -13.0) |
| LCH | lch(56.0 72.8 349.7) |
| OKLCH | oklch(0.650 0.222 351.2) |
Copy-ready code
/* CSS */
color: #eb419f;
background-color: #eb419f;
/* Tailwind (arbitrary) */
class="text-[#eb419f] bg-[#eb419f]"
/* SCSS */
$brand: #eb419f;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.624)
/* Android */
Color.parseColor("#eb419f")Accessibility — WCAG contrast
Aa
#eb419f on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb419f on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow32.3%
Key (black)7.8%
Color previews
#eb419f text on a black background
contrast 5.79:1
Card sample
#eb419f text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb419f;
Background color
Panel with #eb419f background
background-color: #eb419f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb419f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb419f; background: linear-gradient(135deg, #eb419f, #EB5441);