#eb5960
a balanced, electric red · warm · closest name: salmon
RGB
235, 89, 96
HSL
357°, 79%, 64%
CMYK
0, 62, 59, 8
Luminance
0.2565
Every format
| HEX | #eb5960 |
| RGB | rgb(235, 89, 96) |
| HSL | hsl(357, 79%, 64%) |
| CMYK | cmyk(0%, 62%, 59%, 8%) |
| LAB | lab(57.7 56.8 26.4) |
| LCH | lch(57.7 62.6 24.9) |
| OKLCH | oklch(0.657 0.180 20.8) |
Copy-ready code
/* CSS */
color: #eb5960;
background-color: #eb5960;
/* Tailwind (arbitrary) */
class="text-[#eb5960] bg-[#eb5960]"
/* SCSS */
$brand: #eb5960;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.376)
/* Android */
Color.parseColor("#eb5960")Accessibility — WCAG contrast
Aa
#eb5960 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5960 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow59.1%
Key (black)7.8%
Color previews
#eb5960 text on a black background
contrast 6.13:1
Card sample
#eb5960 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5960;
Background color
Panel with #eb5960 background
background-color: #eb5960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5960; background: linear-gradient(135deg, #eb5960, #EBB359);