#e25b88
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
226, 91, 136
HSL
340°, 70%, 62%
CMYK
0, 60, 40, 11
Luminance
0.2543
Every format
| HEX | #e25b88 |
| RGB | rgb(226, 91, 136) |
| HSL | hsl(340, 70%, 62%) |
| CMYK | cmyk(0%, 60%, 40%, 11%) |
| LAB | lab(57.5 56.5 2.5) |
| LCH | lch(57.5 56.5 2.5) |
| OKLCH | oklch(0.656 0.172 2.3) |
Copy-ready code
/* CSS */
color: #e25b88;
background-color: #e25b88;
/* Tailwind (arbitrary) */
class="text-[#e25b88] bg-[#e25b88]"
/* SCSS */
$brand: #e25b88;
/* SwiftUI */
Color(red: 0.886, green: 0.357, blue: 0.533)
/* Android */
Color.parseColor("#e25b88")Accessibility — WCAG contrast
Aa
#e25b88 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e25b88 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green35.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow39.8%
Key (black)11.4%
Color previews
#e25b88 text on a black background
contrast 6.09:1
Card sample
#e25b88 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25b88;
Background color
Panel with #e25b88 background
background-color: #e25b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 91, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 91, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25b88; background: linear-gradient(135deg, #e25b88, #E2885B);