#eb775f
a balanced, electric red · warm · closest name: salmon
RGB
235, 119, 95
HSL
10°, 78%, 65%
CMYK
0, 49, 60, 8
Luminance
0.3168
Every format
| HEX | #eb775f |
| RGB | rgb(235, 119, 95) |
| HSL | hsl(10, 78%, 65%) |
| CMYK | cmyk(0%, 49%, 60%, 8%) |
| LAB | lab(63.1 42.7 33.8) |
| LCH | lch(63.1 54.5 38.3) |
| OKLCH | oklch(0.698 0.148 33.0) |
Copy-ready code
/* CSS */
color: #eb775f;
background-color: #eb775f;
/* Tailwind (arbitrary) */
class="text-[#eb775f] bg-[#eb775f]"
/* SCSS */
$brand: #eb775f;
/* SwiftUI */
Color(red: 0.922, green: 0.467, blue: 0.373)
/* Android */
Color.parseColor("#eb775f")Accessibility — WCAG contrast
Aa
#eb775f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb775f on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow59.6%
Key (black)7.8%
Color previews
#eb775f text on a black background
contrast 7.34:1
Card sample
#eb775f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb775f;
Background color
Panel with #eb775f background
background-color: #eb775f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb775f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 119, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 119, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb775f; background: linear-gradient(135deg, #eb775f, #EBD45F);