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