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