#eb7397
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 115, 151
HSL
342°, 75%, 69%
CMYK
0, 51, 36, 8
Luminance
0.3216
Every format
| HEX | #eb7397 |
| RGB | rgb(235, 115, 151) |
| HSL | hsl(342, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 36%, 8%) |
| LAB | lab(63.5 49.9 2.6) |
| LCH | lch(63.5 50.0 3.0) |
| OKLCH | oklch(0.705 0.152 2.8) |
Copy-ready code
/* CSS */
color: #eb7397;
background-color: #eb7397;
/* Tailwind (arbitrary) */
class="text-[#eb7397] bg-[#eb7397]"
/* SCSS */
$brand: #eb7397;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.592)
/* Android */
Color.parseColor("#eb7397")Accessibility — WCAG contrast
Aa
#eb7397 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7397 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow35.7%
Key (black)7.8%
Color previews
#eb7397 text on a black background
contrast 7.43:1
Card sample
#eb7397 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7397;
Background color
Panel with #eb7397 background
background-color: #eb7397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7397; background: linear-gradient(135deg, #eb7397, #EB9F73);