#eb7488
a light, vivid red · warm · closest name: salmon
RGB
235, 116, 136
HSL
350°, 75%, 69%
CMYK
0, 51, 42, 8
Luminance
0.3193
Every format
| HEX | #eb7488 |
| RGB | rgb(235, 116, 136) |
| HSL | hsl(350, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 42%, 8%) |
| LAB | lab(63.3 47.8 10.9) |
| LCH | lch(63.3 49.0 12.9) |
| OKLCH | oklch(0.702 0.148 11.1) |
Copy-ready code
/* CSS */
color: #eb7488;
background-color: #eb7488;
/* Tailwind (arbitrary) */
class="text-[#eb7488] bg-[#eb7488]"
/* SCSS */
$brand: #eb7488;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.533)
/* Android */
Color.parseColor("#eb7488")Accessibility — WCAG contrast
Aa
#eb7488 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7488 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow42.1%
Key (black)7.8%
Color previews
#eb7488 text on a black background
contrast 7.39:1
Card sample
#eb7488 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7488;
Background color
Panel with #eb7488 background
background-color: #eb7488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7488; background: linear-gradient(135deg, #eb7488, #EBAF74);