#eb6089
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
235, 96, 137
HSL
342°, 78%, 65%
CMYK
0, 59, 42, 8
Luminance
0.2783
Every format
| HEX | #eb6089 |
| RGB | rgb(235, 96, 137) |
| HSL | hsl(342, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 42%, 8%) |
| LAB | lab(59.7 57.3 5.3) |
| LCH | lch(59.7 57.5 5.3) |
| OKLCH | oklch(0.675 0.175 4.7) |
Copy-ready code
/* CSS */
color: #eb6089;
background-color: #eb6089;
/* Tailwind (arbitrary) */
class="text-[#eb6089] bg-[#eb6089]"
/* SCSS */
$brand: #eb6089;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.537)
/* Android */
Color.parseColor("#eb6089")Accessibility — WCAG contrast
Aa
#eb6089 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6089 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow41.7%
Key (black)7.8%
Color previews
#eb6089 text on a black background
contrast 6.57:1
Card sample
#eb6089 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6089;
Background color
Panel with #eb6089 background
background-color: #eb6089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6089; background: linear-gradient(135deg, #eb6089, #EB9460);