#e85b8a
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
232, 91, 138
HSL
340°, 75%, 63%
CMYK
0, 61, 41, 9
Luminance
0.2647
Every format
| HEX | #e85b8a |
| RGB | rgb(232, 91, 138) |
| HSL | hsl(340, 75%, 63%) |
| CMYK | cmyk(0%, 61%, 41%, 9%) |
| LAB | lab(58.5 58.6 2.8) |
| LCH | lch(58.5 58.7 2.8) |
| OKLCH | oklch(0.665 0.179 2.6) |
Copy-ready code
/* CSS */
color: #e85b8a;
background-color: #e85b8a;
/* Tailwind (arbitrary) */
class="text-[#e85b8a] bg-[#e85b8a]"
/* SCSS */
$brand: #e85b8a;
/* SwiftUI */
Color(red: 0.910, green: 0.357, blue: 0.541)
/* Android */
Color.parseColor("#e85b8a")Accessibility — WCAG contrast
Aa
#e85b8a on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e85b8a on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green35.7%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow40.5%
Key (black)9.0%
Color previews
#e85b8a text on a black background
contrast 6.29:1
Card sample
#e85b8a text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e85b8a;
Background color
Panel with #e85b8a background
background-color: #e85b8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e85b8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 91, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 91, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e85b8a; background: linear-gradient(135deg, #e85b8a, #E88A5B);