#eb4686
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 70, 134
HSL
337°, 81%, 60%
CMYK
0, 70, 43, 8
Luminance
0.2376
Every format
| HEX | #eb4686 |
| RGB | rgb(235, 70, 134) |
| HSL | hsl(337, 81%, 60%) |
| CMYK | cmyk(0%, 70%, 43%, 8%) |
| LAB | lab(55.9 67.3 1.4) |
| LCH | lch(55.9 67.3 1.2) |
| OKLCH | oklch(0.646 0.206 1.2) |
Copy-ready code
/* CSS */
color: #eb4686;
background-color: #eb4686;
/* Tailwind (arbitrary) */
class="text-[#eb4686] bg-[#eb4686]"
/* SCSS */
$brand: #eb4686;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.525)
/* Android */
Color.parseColor("#eb4686")Accessibility — WCAG contrast
Aa
#eb4686 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4686 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow43.0%
Key (black)7.8%
Color previews
#eb4686 text on a black background
contrast 5.75:1
Card sample
#eb4686 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4686;
Background color
Panel with #eb4686 background
background-color: #eb4686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4686; background: linear-gradient(135deg, #eb4686, #EB7446);