#eb7186
a light, electric red · warm · closest name: salmon
RGB
235, 113, 134
HSL
350°, 75%, 68%
CMYK
0, 52, 43, 8
Luminance
0.3119
Every format
| HEX | #eb7186 |
| RGB | rgb(235, 113, 134) |
| HSL | hsl(350, 75%, 68%) |
| CMYK | cmyk(0%, 52%, 43%, 8%) |
| LAB | lab(62.7 49.0 11.2) |
| LCH | lch(62.7 50.3 12.9) |
| OKLCH | oklch(0.697 0.151 11.1) |
Copy-ready code
/* CSS */
color: #eb7186;
background-color: #eb7186;
/* Tailwind (arbitrary) */
class="text-[#eb7186] bg-[#eb7186]"
/* SCSS */
$brand: #eb7186;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.525)
/* Android */
Color.parseColor("#eb7186")Accessibility — WCAG contrast
Aa
#eb7186 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7186 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow43.0%
Key (black)7.8%
Color previews
#eb7186 text on a black background
contrast 7.24:1
Card sample
#eb7186 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7186;
Background color
Panel with #eb7186 background
background-color: #eb7186;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7186;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7186; background: linear-gradient(135deg, #eb7186, #EBAD71);