#eb7441
a balanced, electric orange · warm · closest name: coral
RGB
235, 116, 65
HSL
18°, 81%, 59%
CMYK
0, 51, 72, 8
Luminance
0.3053
Every format
| HEX | #eb7441 |
| RGB | rgb(235, 116, 65) |
| HSL | hsl(18, 81%, 59%) |
| CMYK | cmyk(0%, 51%, 72%, 8%) |
| LAB | lab(62.1 42.5 48.5) |
| LCH | lch(62.1 64.5 48.8) |
| OKLCH | oklch(0.689 0.161 42.5) |
Copy-ready code
/* CSS */
color: #eb7441;
background-color: #eb7441;
/* Tailwind (arbitrary) */
class="text-[#eb7441] bg-[#eb7441]"
/* SCSS */
$brand: #eb7441;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.255)
/* Android */
Color.parseColor("#eb7441")Accessibility — WCAG contrast
Aa
#eb7441 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7441 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow72.3%
Key (black)7.8%
Color previews
#eb7441 text on a black background
contrast 7.11:1
Card sample
#eb7441 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7441;
Background color
Panel with #eb7441 background
background-color: #eb7441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7441; background: linear-gradient(135deg, #eb7441, #EBE541);