#eb6489
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 100, 137
HSL
344°, 77%, 66%
CMYK
0, 57, 42, 8
Luminance
0.2858
Every format
| HEX | #eb6489 |
| RGB | rgb(235, 100, 137) |
| HSL | hsl(344, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 42%, 8%) |
| LAB | lab(60.4 55.5 6.3) |
| LCH | lch(60.4 55.8 6.4) |
| OKLCH | oklch(0.680 0.170 5.7) |
Copy-ready code
/* CSS */
color: #eb6489;
background-color: #eb6489;
/* Tailwind (arbitrary) */
class="text-[#eb6489] bg-[#eb6489]"
/* SCSS */
$brand: #eb6489;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.537)
/* Android */
Color.parseColor("#eb6489")Accessibility — WCAG contrast
Aa
#eb6489 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6489 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow41.7%
Key (black)7.8%
Color previews
#eb6489 text on a black background
contrast 6.72:1
Card sample
#eb6489 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6489;
Background color
Panel with #eb6489 background
background-color: #eb6489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6489; background: linear-gradient(135deg, #eb6489, #EB9964);