#eb596e
a balanced, electric red · warm · closest name: salmon
RGB
235, 89, 110
HSL
351°, 79%, 64%
CMYK
0, 62, 53, 8
Luminance
0.2593
Every format
| HEX | #eb596e |
| RGB | rgb(235, 89, 110) |
| HSL | hsl(351, 79%, 64%) |
| CMYK | cmyk(0%, 62%, 53%, 8%) |
| LAB | lab(58.0 57.9 18.6) |
| LCH | lch(58.0 60.8 17.8) |
| OKLCH | oklch(0.660 0.180 15.0) |
Copy-ready code
/* CSS */
color: #eb596e;
background-color: #eb596e;
/* Tailwind (arbitrary) */
class="text-[#eb596e] bg-[#eb596e]"
/* SCSS */
$brand: #eb596e;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.431)
/* Android */
Color.parseColor("#eb596e")Accessibility — WCAG contrast
Aa
#eb596e on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb596e on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow53.2%
Key (black)7.8%
Color previews
#eb596e text on a black background
contrast 6.19:1
Card sample
#eb596e text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb596e;
Background color
Panel with #eb596e background
background-color: #eb596e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb596e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb596e; background: linear-gradient(135deg, #eb596e, #EBA559);