#eb7461
a light, electric red · warm · closest name: salmon
RGB
235, 116, 97
HSL
8°, 78%, 65%
CMYK
0, 51, 59, 8
Luminance
0.3102
Every format
| HEX | #eb7461 |
| RGB | rgb(235, 116, 97) |
| HSL | hsl(8, 78%, 65%) |
| CMYK | cmyk(0%, 51%, 59%, 8%) |
| LAB | lab(62.5 44.4 32.0) |
| LCH | lch(62.5 54.7 35.8) |
| OKLCH | oklch(0.694 0.151 30.7) |
Copy-ready code
/* CSS */
color: #eb7461;
background-color: #eb7461;
/* Tailwind (arbitrary) */
class="text-[#eb7461] bg-[#eb7461]"
/* SCSS */
$brand: #eb7461;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.380)
/* Android */
Color.parseColor("#eb7461")Accessibility — WCAG contrast
Aa
#eb7461 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7461 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow58.7%
Key (black)7.8%
Color previews
#eb7461 text on a black background
contrast 7.20:1
Card sample
#eb7461 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7461;
Background color
Panel with #eb7461 background
background-color: #eb7461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7461; background: linear-gradient(135deg, #eb7461, #EBD061);