#eb795f
a balanced, electric red · warm · closest name: salmon
RGB
235, 121, 95
HSL
11°, 78%, 65%
CMYK
0, 49, 60, 8
Luminance
0.3216
Every format
| HEX | #eb795f |
| RGB | rgb(235, 121, 95) |
| HSL | hsl(11, 78%, 65%) |
| CMYK | cmyk(0%, 49%, 60%, 8%) |
| LAB | lab(63.5 41.7 34.3) |
| LCH | lch(63.5 54.0 39.4) |
| OKLCH | oklch(0.701 0.147 34.0) |
Copy-ready code
/* CSS */
color: #eb795f;
background-color: #eb795f;
/* Tailwind (arbitrary) */
class="text-[#eb795f] bg-[#eb795f]"
/* SCSS */
$brand: #eb795f;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.373)
/* Android */
Color.parseColor("#eb795f")Accessibility — WCAG contrast
Aa
#eb795f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb795f on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow59.6%
Key (black)7.8%
Color previews
#eb795f text on a black background
contrast 7.43:1
Card sample
#eb795f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb795f;
Background color
Panel with #eb795f background
background-color: #eb795f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb795f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb795f; background: linear-gradient(135deg, #eb795f, #EBD65F);