#eb5986
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
235, 89, 134
HSL
342°, 79%, 64%
CMYK
0, 62, 43, 8
Luminance
0.2653
Every format
| HEX | #eb5986 |
| RGB | rgb(235, 89, 134) |
| HSL | hsl(342, 79%, 64%) |
| CMYK | cmyk(0%, 62%, 43%, 8%) |
| LAB | lab(58.5 60.0 5.3) |
| LCH | lch(58.5 60.2 5.1) |
| OKLCH | oklch(0.666 0.183 4.5) |
Copy-ready code
/* CSS */
color: #eb5986;
background-color: #eb5986;
/* Tailwind (arbitrary) */
class="text-[#eb5986] bg-[#eb5986]"
/* SCSS */
$brand: #eb5986;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.525)
/* Android */
Color.parseColor("#eb5986")Accessibility — WCAG contrast
Aa
#eb5986 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5986 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow43.0%
Key (black)7.8%
Color previews
#eb5986 text on a black background
contrast 6.31:1
Card sample
#eb5986 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5986;
Background color
Panel with #eb5986 background
background-color: #eb5986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5986; background: linear-gradient(135deg, #eb5986, #EB8D59);