#eb7643
a balanced, electric orange · warm · closest name: coral
RGB
235, 118, 67
HSL
18°, 81%, 59%
CMYK
0, 50, 72, 8
Luminance
0.3102
Every format
| HEX | #eb7643 |
| RGB | rgb(235, 118, 67) |
| HSL | hsl(18, 81%, 59%) |
| CMYK | cmyk(0%, 50%, 72%, 8%) |
| LAB | lab(62.5 41.6 48.0) |
| LCH | lch(62.5 63.5 49.1) |
| OKLCH | oklch(0.693 0.159 42.9) |
Copy-ready code
/* CSS */
color: #eb7643;
background-color: #eb7643;
/* Tailwind (arbitrary) */
class="text-[#eb7643] bg-[#eb7643]"
/* SCSS */
$brand: #eb7643;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.263)
/* Android */
Color.parseColor("#eb7643")Accessibility — WCAG contrast
Aa
#eb7643 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7643 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow71.5%
Key (black)7.8%
Color previews
#eb7643 text on a black background
contrast 7.20:1
Card sample
#eb7643 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7643;
Background color
Panel with #eb7643 background
background-color: #eb7643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7643; background: linear-gradient(135deg, #eb7643, #EBE643);