#eb641e
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 100, 30
HSL
21°, 84%, 52%
CMYK
0, 57, 87, 8
Luminance
0.2687
Every format
| HEX | #eb641e |
| RGB | rgb(235, 100, 30) |
| HSL | hsl(21, 84%, 52%) |
| CMYK | cmyk(0%, 57%, 87%, 8%) |
| LAB | lab(58.9 49.1 60.6) |
| LCH | lch(58.9 78.0 51.0) |
| OKLCH | oklch(0.664 0.183 43.2) |
Copy-ready code
/* CSS */
color: #eb641e;
background-color: #eb641e;
/* Tailwind (arbitrary) */
class="text-[#eb641e] bg-[#eb641e]"
/* SCSS */
$brand: #eb641e;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.118)
/* Android */
Color.parseColor("#eb641e")Accessibility — WCAG contrast
Aa
#eb641e on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb641e on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow87.2%
Key (black)7.8%
Color previews
#eb641e text on a black background
contrast 6.37:1
Card sample
#eb641e text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb641e;
Background color
Panel with #eb641e background
background-color: #eb641e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb641e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb641e; background: linear-gradient(135deg, #eb641e, #E9EB1E);