#eb5f86
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
235, 95, 134
HSL
343°, 78%, 65%
CMYK
0, 60, 43, 8
Luminance
0.2757
Every format
| HEX | #eb5f86 |
| RGB | rgb(235, 95, 134) |
| HSL | hsl(343, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 43%, 8%) |
| LAB | lab(59.5 57.4 6.7) |
| LCH | lch(59.5 57.8 6.6) |
| OKLCH | oklch(0.673 0.176 5.8) |
Copy-ready code
/* CSS */
color: #eb5f86;
background-color: #eb5f86;
/* Tailwind (arbitrary) */
class="text-[#eb5f86] bg-[#eb5f86]"
/* SCSS */
$brand: #eb5f86;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.525)
/* Android */
Color.parseColor("#eb5f86")Accessibility — WCAG contrast
Aa
#eb5f86 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f86 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow43.0%
Key (black)7.8%
Color previews
#eb5f86 text on a black background
contrast 6.51:1
Card sample
#eb5f86 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f86;
Background color
Panel with #eb5f86 background
background-color: #eb5f86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f86; background: linear-gradient(135deg, #eb5f86, #EB955F);