#eb784f
a balanced, electric orange · warm · closest name: coral
RGB
235, 120, 79
HSL
16°, 80%, 62%
CMYK
0, 49, 66, 8
Luminance
0.3166
Every format
| HEX | #eb784f |
| RGB | rgb(235, 120, 79) |
| HSL | hsl(16, 80%, 62%) |
| CMYK | cmyk(0%, 49%, 66%, 8%) |
| LAB | lab(63.1 41.2 42.4) |
| LCH | lch(63.1 59.1 45.8) |
| OKLCH | oklch(0.697 0.153 39.9) |
Copy-ready code
/* CSS */
color: #eb784f;
background-color: #eb784f;
/* Tailwind (arbitrary) */
class="text-[#eb784f] bg-[#eb784f]"
/* SCSS */
$brand: #eb784f;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.310)
/* Android */
Color.parseColor("#eb784f")Accessibility — WCAG contrast
Aa
#eb784f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb784f on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow66.4%
Key (black)7.8%
Color previews
#eb784f text on a black background
contrast 7.33:1
Card sample
#eb784f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb784f;
Background color
Panel with #eb784f background
background-color: #eb784f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb784f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb784f; background: linear-gradient(135deg, #eb784f, #EBE04F);