#eb7084
a light, electric red · warm · closest name: salmon
RGB
235, 112, 132
HSL
350°, 76%, 68%
CMYK
0, 52, 44, 8
Luminance
0.3092
Every format
| HEX | #eb7084 |
| RGB | rgb(235, 112, 132) |
| HSL | hsl(350, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 44%, 8%) |
| LAB | lab(62.4 49.3 12.0) |
| LCH | lch(62.4 50.8 13.7) |
| OKLCH | oklch(0.695 0.153 11.8) |
Copy-ready code
/* CSS */
color: #eb7084;
background-color: #eb7084;
/* Tailwind (arbitrary) */
class="text-[#eb7084] bg-[#eb7084]"
/* SCSS */
$brand: #eb7084;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.518)
/* Android */
Color.parseColor("#eb7084")Accessibility — WCAG contrast
Aa
#eb7084 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7084 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow43.8%
Key (black)7.8%
Color previews
#eb7084 text on a black background
contrast 7.18:1
Card sample
#eb7084 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7084;
Background color
Panel with #eb7084 background
background-color: #eb7084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7084; background: linear-gradient(135deg, #eb7084, #EBAE70);