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