#eb7364
a light, electric red · warm · closest name: salmon
RGB
235, 115, 100
HSL
7°, 77%, 66%
CMYK
0, 51, 57, 8
Luminance
0.3084
Every format
| HEX | #eb7364 |
| RGB | rgb(235, 115, 100) |
| HSL | hsl(7, 77%, 66%) |
| CMYK | cmyk(0%, 51%, 57%, 8%) |
| LAB | lab(62.4 45.1 30.1) |
| LCH | lch(62.4 54.2 33.8) |
| OKLCH | oklch(0.693 0.151 28.8) |
Copy-ready code
/* CSS */
color: #eb7364;
background-color: #eb7364;
/* Tailwind (arbitrary) */
class="text-[#eb7364] bg-[#eb7364]"
/* SCSS */
$brand: #eb7364;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.392)
/* Android */
Color.parseColor("#eb7364")Accessibility — WCAG contrast
Aa
#eb7364 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7364 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow57.4%
Key (black)7.8%
Color previews
#eb7364 text on a black background
contrast 7.17:1
Card sample
#eb7364 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7364;
Background color
Panel with #eb7364 background
background-color: #eb7364;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7364;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7364; background: linear-gradient(135deg, #eb7364, #EBCD64);