#eb5378
a balanced, electric red · warm · closest name: salmon
RGB
235, 83, 120
HSL
345°, 79%, 62%
CMYK
0, 65, 49, 8
Luminance
0.2520
Every format
| HEX | #eb5378 |
| RGB | rgb(235, 83, 120) |
| HSL | hsl(345, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 49%, 8%) |
| LAB | lab(57.3 61.2 11.7) |
| LCH | lch(57.3 62.3 10.9) |
| OKLCH | oklch(0.656 0.188 9.3) |
Copy-ready code
/* CSS */
color: #eb5378;
background-color: #eb5378;
/* Tailwind (arbitrary) */
class="text-[#eb5378] bg-[#eb5378]"
/* SCSS */
$brand: #eb5378;
/* SwiftUI */
Color(red: 0.922, green: 0.325, blue: 0.471)
/* Android */
Color.parseColor("#eb5378")Accessibility — WCAG contrast
Aa
#eb5378 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5378 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.5%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow48.9%
Key (black)7.8%
Color previews
#eb5378 text on a black background
contrast 6.04:1
Card sample
#eb5378 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5378;
Background color
Panel with #eb5378 background
background-color: #eb5378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 83, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 83, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5378; background: linear-gradient(135deg, #eb5378, #EB9353);