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