#eb7147
a balanced, electric orange · warm · closest name: coral
RGB
235, 113, 71
HSL
15°, 80%, 60%
CMYK
0, 52, 70, 8
Luminance
0.2993
Every format
| HEX | #eb7147 |
| RGB | rgb(235, 113, 71) |
| HSL | hsl(15, 80%, 60%) |
| CMYK | cmyk(0%, 52%, 70%, 8%) |
| LAB | lab(61.6 44.3 44.9) |
| LCH | lch(61.6 63.0 45.4) |
| OKLCH | oklch(0.686 0.162 39.2) |
Copy-ready code
/* CSS */
color: #eb7147;
background-color: #eb7147;
/* Tailwind (arbitrary) */
class="text-[#eb7147] bg-[#eb7147]"
/* SCSS */
$brand: #eb7147;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.278)
/* Android */
Color.parseColor("#eb7147")Accessibility — WCAG contrast
Aa
#eb7147 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb7147 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow69.8%
Key (black)7.8%
Color previews
#eb7147 text on a black background
contrast 6.99:1
Card sample
#eb7147 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7147;
Background color
Panel with #eb7147 background
background-color: #eb7147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7147; background: linear-gradient(135deg, #eb7147, #EBDE47);