#eb7097
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 112, 151
HSL
341°, 76%, 68%
CMYK
0, 52, 36, 8
Luminance
0.3148
Every format
| HEX | #eb7097 |
| RGB | rgb(235, 112, 151) |
| HSL | hsl(341, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 36%, 8%) |
| LAB | lab(62.9 51.4 1.8) |
| LCH | lch(62.9 51.4 2.0) |
| OKLCH | oklch(0.701 0.156 2.0) |
Copy-ready code
/* CSS */
color: #eb7097;
background-color: #eb7097;
/* Tailwind (arbitrary) */
class="text-[#eb7097] bg-[#eb7097]"
/* SCSS */
$brand: #eb7097;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.592)
/* Android */
Color.parseColor("#eb7097")Accessibility — WCAG contrast
Aa
#eb7097 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7097 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow35.7%
Key (black)7.8%
Color previews
#eb7097 text on a black background
contrast 7.30:1
Card sample
#eb7097 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7097;
Background color
Panel with #eb7097 background
background-color: #eb7097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7097; background: linear-gradient(135deg, #eb7097, #EB9B70);