#eb5482
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
235, 84, 130
HSL
342°, 79%, 63%
CMYK
0, 64, 45, 8
Luminance
0.2561
Every format
| HEX | #eb5482 |
| RGB | rgb(235, 84, 130) |
| HSL | hsl(342, 79%, 63%) |
| CMYK | cmyk(0%, 64%, 45%, 8%) |
| LAB | lab(57.7 61.6 6.4) |
| LCH | lch(57.7 62.0 5.9) |
| OKLCH | oklch(0.659 0.189 5.2) |
Copy-ready code
/* CSS */
color: #eb5482;
background-color: #eb5482;
/* Tailwind (arbitrary) */
class="text-[#eb5482] bg-[#eb5482]"
/* SCSS */
$brand: #eb5482;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.510)
/* Android */
Color.parseColor("#eb5482")Accessibility — WCAG contrast
Aa
#eb5482 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5482 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow44.7%
Key (black)7.8%
Color previews
#eb5482 text on a black background
contrast 6.12:1
Card sample
#eb5482 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5482;
Background color
Panel with #eb5482 background
background-color: #eb5482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5482; background: linear-gradient(135deg, #eb5482, #EB8A54);