#eb7154
a balanced, electric red · warm · closest name: salmon
RGB
235, 113, 84
HSL
12°, 79%, 63%
CMYK
0, 52, 64, 8
Luminance
0.3011
Every format
| HEX | #eb7154 |
| RGB | rgb(235, 113, 84) |
| HSL | hsl(12, 79%, 63%) |
| CMYK | cmyk(0%, 52%, 64%, 8%) |
| LAB | lab(61.8 45.0 38.2) |
| LCH | lch(61.8 59.0 40.3) |
| OKLCH | oklch(0.687 0.158 34.6) |
Copy-ready code
/* CSS */
color: #eb7154;
background-color: #eb7154;
/* Tailwind (arbitrary) */
class="text-[#eb7154] bg-[#eb7154]"
/* SCSS */
$brand: #eb7154;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.329)
/* Android */
Color.parseColor("#eb7154")Accessibility — WCAG contrast
Aa
#eb7154 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7154 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow64.3%
Key (black)7.8%
Color previews
#eb7154 text on a black background
contrast 7.02:1
Card sample
#eb7154 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7154;
Background color
Panel with #eb7154 background
background-color: #eb7154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7154; background: linear-gradient(135deg, #eb7154, #EBD654);