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