#eb6591
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 101, 145
HSL
340°, 77%, 66%
CMYK
0, 57, 38, 8
Luminance
0.2901
Every format
| HEX | #eb6591 |
| RGB | rgb(235, 101, 145) |
| HSL | hsl(340, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 38%, 8%) |
| LAB | lab(60.8 55.9 2.2) |
| LCH | lch(60.8 55.9 2.2) |
| OKLCH | oklch(0.684 0.170 2.1) |
Copy-ready code
/* CSS */
color: #eb6591;
background-color: #eb6591;
/* Tailwind (arbitrary) */
class="text-[#eb6591] bg-[#eb6591]"
/* SCSS */
$brand: #eb6591;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.569)
/* Android */
Color.parseColor("#eb6591")Accessibility — WCAG contrast
Aa
#eb6591 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6591 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow38.3%
Key (black)7.8%
Color previews
#eb6591 text on a black background
contrast 6.80:1
Card sample
#eb6591 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6591;
Background color
Panel with #eb6591 background
background-color: #eb6591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6591; background: linear-gradient(135deg, #eb6591, #EB9265);