#eb618f
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 97, 143
HSL
340°, 78%, 65%
CMYK
0, 59, 39, 8
Luminance
0.2819
Every format
| HEX | #eb618f |
| RGB | rgb(235, 97, 143) |
| HSL | hsl(340, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 39%, 8%) |
| LAB | lab(60.1 57.4 2.3) |
| LCH | lch(60.1 57.5 2.3) |
| OKLCH | oklch(0.678 0.175 2.2) |
Copy-ready code
/* CSS */
color: #eb618f;
background-color: #eb618f;
/* Tailwind (arbitrary) */
class="text-[#eb618f] bg-[#eb618f]"
/* SCSS */
$brand: #eb618f;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.561)
/* Android */
Color.parseColor("#eb618f")Accessibility — WCAG contrast
Aa
#eb618f on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb618f on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow39.1%
Key (black)7.8%
Color previews
#eb618f text on a black background
contrast 6.64:1
Card sample
#eb618f text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb618f;
Background color
Panel with #eb618f background
background-color: #eb618f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb618f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb618f; background: linear-gradient(135deg, #eb618f, #EB8F61);