#eb7296
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 114, 150
HSL
342°, 75%, 68%
CMYK
0, 52, 36, 8
Luminance
0.3190
Every format
| HEX | #eb7296 |
| RGB | rgb(235, 114, 150) |
| HSL | hsl(342, 75%, 68%) |
| CMYK | cmyk(0%, 52%, 36%, 8%) |
| LAB | lab(63.3 50.3 2.9) |
| LCH | lch(63.3 50.4 3.3) |
| OKLCH | oklch(0.703 0.153 3.0) |
Copy-ready code
/* CSS */
color: #eb7296;
background-color: #eb7296;
/* Tailwind (arbitrary) */
class="text-[#eb7296] bg-[#eb7296]"
/* SCSS */
$brand: #eb7296;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.588)
/* Android */
Color.parseColor("#eb7296")Accessibility — WCAG contrast
Aa
#eb7296 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7296 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow36.2%
Key (black)7.8%
Color previews
#eb7296 text on a black background
contrast 7.38:1
Card sample
#eb7296 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7296;
Background color
Panel with #eb7296 background
background-color: #eb7296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7296; background: linear-gradient(135deg, #eb7296, #EB9E72);