#eb7348
a balanced, electric orange · warm · closest name: coral
RGB
235, 115, 72
HSL
16°, 80%, 60%
CMYK
0, 51, 69, 8
Luminance
0.3039
Every format
| HEX | #eb7348 |
| RGB | rgb(235, 115, 72) |
| HSL | hsl(16, 80%, 60%) |
| CMYK | cmyk(0%, 51%, 69%, 8%) |
| LAB | lab(62.0 43.3 44.8) |
| LCH | lch(62.0 62.3 46.0) |
| OKLCH | oklch(0.689 0.160 39.8) |
Copy-ready code
/* CSS */
color: #eb7348;
background-color: #eb7348;
/* Tailwind (arbitrary) */
class="text-[#eb7348] bg-[#eb7348]"
/* SCSS */
$brand: #eb7348;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.282)
/* Android */
Color.parseColor("#eb7348")Accessibility — WCAG contrast
Aa
#eb7348 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7348 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow69.4%
Key (black)7.8%
Color previews
#eb7348 text on a black background
contrast 7.08:1
Card sample
#eb7348 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7348;
Background color
Panel with #eb7348 background
background-color: #eb7348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7348; background: linear-gradient(135deg, #eb7348, #EBE048);