#eb7342
a balanced, electric orange · warm · closest name: coral
RGB
235, 115, 66
HSL
17°, 81%, 59%
CMYK
0, 51, 72, 8
Luminance
0.3032
Every format
| HEX | #eb7342 |
| RGB | rgb(235, 115, 66) |
| HSL | hsl(17, 81%, 59%) |
| CMYK | cmyk(0%, 51%, 72%, 8%) |
| LAB | lab(61.9 43.0 47.8) |
| LCH | lch(61.9 64.3 48.0) |
| OKLCH | oklch(0.688 0.162 41.7) |
Copy-ready code
/* CSS */
color: #eb7342;
background-color: #eb7342;
/* Tailwind (arbitrary) */
class="text-[#eb7342] bg-[#eb7342]"
/* SCSS */
$brand: #eb7342;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.259)
/* Android */
Color.parseColor("#eb7342")Accessibility — WCAG contrast
Aa
#eb7342 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7342 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow71.9%
Key (black)7.8%
Color previews
#eb7342 text on a black background
contrast 7.06:1
Card sample
#eb7342 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7342;
Background color
Panel with #eb7342 background
background-color: #eb7342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7342; background: linear-gradient(135deg, #eb7342, #EBE442);