#eb7470
a light, electric red · warm · closest name: salmon
RGB
235, 116, 112
HSL
2°, 76%, 68%
CMYK
0, 51, 52, 8
Luminance
0.3132
Every format
| HEX | #eb7470 |
| RGB | rgb(235, 116, 112) |
| HSL | hsl(2, 76%, 68%) |
| CMYK | cmyk(0%, 51%, 52%, 8%) |
| LAB | lab(62.8 45.5 23.9) |
| LCH | lch(62.8 51.4 27.7) |
| OKLCH | oklch(0.697 0.148 23.6) |
Copy-ready code
/* CSS */
color: #eb7470;
background-color: #eb7470;
/* Tailwind (arbitrary) */
class="text-[#eb7470] bg-[#eb7470]"
/* SCSS */
$brand: #eb7470;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.439)
/* Android */
Color.parseColor("#eb7470")Accessibility — WCAG contrast
Aa
#eb7470 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7470 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow52.3%
Key (black)7.8%
Color previews
#eb7470 text on a black background
contrast 7.26:1
Card sample
#eb7470 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7470;
Background color
Panel with #eb7470 background
background-color: #eb7470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7470; background: linear-gradient(135deg, #eb7470, #EBC670);