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