#eb744b
a balanced, electric orange · warm · closest name: coral
RGB
235, 116, 75
HSL
15°, 80%, 61%
CMYK
0, 51, 68, 8
Luminance
0.3066
Every format
| HEX | #eb744b |
| RGB | rgb(235, 116, 75) |
| HSL | hsl(15, 80%, 61%) |
| CMYK | cmyk(0%, 51%, 68%, 8%) |
| LAB | lab(62.2 43.0 43.5) |
| LCH | lch(62.2 61.2 45.3) |
| OKLCH | oklch(0.691 0.158 39.3) |
Copy-ready code
/* CSS */
color: #eb744b;
background-color: #eb744b;
/* Tailwind (arbitrary) */
class="text-[#eb744b] bg-[#eb744b]"
/* SCSS */
$brand: #eb744b;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.294)
/* Android */
Color.parseColor("#eb744b")Accessibility — WCAG contrast
Aa
#eb744b on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb744b on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow68.1%
Key (black)7.8%
Color previews
#eb744b text on a black background
contrast 7.13:1
Card sample
#eb744b text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb744b;
Background color
Panel with #eb744b background
background-color: #eb744b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb744b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb744b; background: linear-gradient(135deg, #eb744b, #EBDF4B);