#e4770a
a balanced, electric orange · warm · closest name: chocolate
RGB
228, 119, 10
HSL
30°, 92%, 47%
CMYK
0, 48, 96, 11
Luminance
0.2971
Every format
| HEX | #e4770a |
| RGB | rgb(228, 119, 10) |
| HSL | hsl(30, 92%, 47%) |
| CMYK | cmyk(0%, 48%, 96%, 11%) |
| LAB | lab(61.4 36.8 67.0) |
| LCH | lch(61.4 76.5 61.3) |
| OKLCH | oklch(0.681 0.166 54.9) |
Copy-ready code
/* CSS */
color: #e4770a;
background-color: #e4770a;
/* Tailwind (arbitrary) */
class="text-[#e4770a] bg-[#e4770a]"
/* SCSS */
$brand: #e4770a;
/* SwiftUI */
Color(red: 0.894, green: 0.467, blue: 0.039)
/* Android */
Color.parseColor("#e4770a")Accessibility — WCAG contrast
Aa
#e4770a on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e4770a on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green46.7%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow95.6%
Key (black)10.6%
Color previews
#e4770a text on a black background
contrast 6.94:1
Card sample
#e4770a text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4770a;
Background color
Panel with #e4770a background
background-color: #e4770a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4770a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 119, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 119, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4770a; background: linear-gradient(135deg, #e4770a, #C0E40A);