#e0804f
a balanced, vivid orange · warm · closest name: peru
RGB
224, 128, 79
HSL
20°, 70%, 59%
CMYK
0, 43, 65, 12
Luminance
0.3185
Every format
| HEX | #e0804f |
| RGB | rgb(224, 128, 79) |
| HSL | hsl(20, 70%, 59%) |
| CMYK | cmyk(0%, 43%, 65%, 12%) |
| LAB | lab(63.2 32.8 42.2) |
| LCH | lch(63.2 53.5 52.1) |
| OKLCH | oklch(0.695 0.135 46.6) |
Copy-ready code
/* CSS */
color: #e0804f;
background-color: #e0804f;
/* Tailwind (arbitrary) */
class="text-[#e0804f] bg-[#e0804f]"
/* SCSS */
$brand: #e0804f;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.310)
/* Android */
Color.parseColor("#e0804f")Accessibility — WCAG contrast
Aa
#e0804f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0804f on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow64.7%
Key (black)12.2%
Color previews
#e0804f text on a black background
contrast 7.37:1
Card sample
#e0804f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0804f;
Background color
Panel with #e0804f background
background-color: #e0804f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0804f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0804f; background: linear-gradient(135deg, #e0804f, #DFE04F);