#e4792b
a balanced, electric orange · warm · closest name: chocolate
RGB
228, 121, 43
HSL
25°, 77%, 53%
CMYK
0, 47, 81, 11
Luminance
0.3034
Every format
| HEX | #e4792b |
| RGB | rgb(228, 121, 43) |
| HSL | hsl(25, 77%, 53%) |
| CMYK | cmyk(0%, 47%, 81%, 11%) |
| LAB | lab(62.0 36.4 58.0) |
| LCH | lch(62.0 68.5 57.9) |
| OKLCH | oklch(0.685 0.158 51.9) |
Copy-ready code
/* CSS */
color: #e4792b;
background-color: #e4792b;
/* Tailwind (arbitrary) */
class="text-[#e4792b] bg-[#e4792b]"
/* SCSS */
$brand: #e4792b;
/* SwiftUI */
Color(red: 0.894, green: 0.475, blue: 0.169)
/* Android */
Color.parseColor("#e4792b")Accessibility — WCAG contrast
Aa
#e4792b on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4792b on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green47.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow81.1%
Key (black)10.6%
Color previews
#e4792b text on a black background
contrast 7.07:1
Card sample
#e4792b text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4792b;
Background color
Panel with #e4792b background
background-color: #e4792b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4792b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 121, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 121, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4792b; background: linear-gradient(135deg, #e4792b, #D4E42B);