#eb7698
a light, vivid magenta / pink · warm · closest name: salmon
RGB
235, 118, 152
HSL
343°, 75%, 69%
CMYK
0, 50, 35, 8
Luminance
0.3289
Every format
| HEX | #eb7698 |
| RGB | rgb(235, 118, 152) |
| HSL | hsl(343, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 35%, 8%) |
| LAB | lab(64.1 48.6 2.9) |
| LCH | lch(64.1 48.7 3.4) |
| OKLCH | oklch(0.709 0.148 3.2) |
Copy-ready code
/* CSS */
color: #eb7698;
background-color: #eb7698;
/* Tailwind (arbitrary) */
class="text-[#eb7698] bg-[#eb7698]"
/* SCSS */
$brand: #eb7698;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.596)
/* Android */
Color.parseColor("#eb7698")Accessibility — WCAG contrast
Aa
#eb7698 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7698 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow35.3%
Key (black)7.8%
Color previews
#eb7698 text on a black background
contrast 7.58:1
Card sample
#eb7698 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7698;
Background color
Panel with #eb7698 background
background-color: #eb7698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7698; background: linear-gradient(135deg, #eb7698, #EBA276);