#eb845f
a balanced, electric orange · warm · closest name: salmon
RGB
235, 132, 95
HSL
16°, 78%, 65%
CMYK
0, 44, 60, 8
Luminance
0.3499
Every format
| HEX | #eb845f |
| RGB | rgb(235, 132, 95) |
| HSL | hsl(16, 78%, 65%) |
| CMYK | cmyk(0%, 44%, 60%, 8%) |
| LAB | lab(65.8 36.1 37.1) |
| LCH | lch(65.8 51.8 45.8) |
| OKLCH | oklch(0.718 0.137 40.3) |
Copy-ready code
/* CSS */
color: #eb845f;
background-color: #eb845f;
/* Tailwind (arbitrary) */
class="text-[#eb845f] bg-[#eb845f]"
/* SCSS */
$brand: #eb845f;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.373)
/* Android */
Color.parseColor("#eb845f")Accessibility — WCAG contrast
Aa
#eb845f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb845f on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow59.6%
Key (black)7.8%
Color previews
#eb845f text on a black background
contrast 8.00:1
Card sample
#eb845f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb845f;
Background color
Panel with #eb845f background
background-color: #eb845f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb845f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb845f; background: linear-gradient(135deg, #eb845f, #EBE15F);