#eb5f8c
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
235, 95, 140
HSL
341°, 78%, 65%
CMYK
0, 60, 40, 8
Luminance
0.2774
Every format
| HEX | #eb5f8c |
| RGB | rgb(235, 95, 140) |
| HSL | hsl(341, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 40%, 8%) |
| LAB | lab(59.7 58.0 3.4) |
| LCH | lch(59.7 58.1 3.4) |
| OKLCH | oklch(0.675 0.177 3.1) |
Copy-ready code
/* CSS */
color: #eb5f8c;
background-color: #eb5f8c;
/* Tailwind (arbitrary) */
class="text-[#eb5f8c] bg-[#eb5f8c]"
/* SCSS */
$brand: #eb5f8c;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.549)
/* Android */
Color.parseColor("#eb5f8c")Accessibility — WCAG contrast
Aa
#eb5f8c on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f8c on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow40.4%
Key (black)7.8%
Color previews
#eb5f8c text on a black background
contrast 6.55:1
Card sample
#eb5f8c text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f8c;
Background color
Panel with #eb5f8c background
background-color: #eb5f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f8c; background: linear-gradient(135deg, #eb5f8c, #EB8F5F);