#eb7445
a balanced, electric orange · warm · closest name: coral
RGB
235, 116, 69
HSL
17°, 81%, 60%
CMYK
0, 51, 71, 8
Luminance
0.3058
Every format
| HEX | #eb7445 |
| RGB | rgb(235, 116, 69) |
| HSL | hsl(17, 81%, 60%) |
| CMYK | cmyk(0%, 51%, 71%, 8%) |
| LAB | lab(62.2 42.7 46.5) |
| LCH | lch(62.2 63.1 47.5) |
| OKLCH | oklch(0.690 0.160 41.3) |
Copy-ready code
/* CSS */
color: #eb7445;
background-color: #eb7445;
/* Tailwind (arbitrary) */
class="text-[#eb7445] bg-[#eb7445]"
/* SCSS */
$brand: #eb7445;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.271)
/* Android */
Color.parseColor("#eb7445")Accessibility — WCAG contrast
Aa
#eb7445 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7445 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow70.6%
Key (black)7.8%
Color previews
#eb7445 text on a black background
contrast 7.12:1
Card sample
#eb7445 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7445;
Background color
Panel with #eb7445 background
background-color: #eb7445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7445; background: linear-gradient(135deg, #eb7445, #EBE345);