#e0803f
a balanced, vivid orange · warm · closest name: peru
RGB
224, 128, 63
HSL
24°, 72%, 56%
CMYK
0, 43, 72, 12
Luminance
0.3164
Every format
| HEX | #e0803f |
| RGB | rgb(224, 128, 63) |
| HSL | hsl(24, 72%, 56%) |
| CMYK | cmyk(0%, 43%, 72%, 12%) |
| LAB | lab(63.0 31.9 50.0) |
| LCH | lch(63.0 59.4 57.4) |
| OKLCH | oklch(0.693 0.142 52.1) |
Copy-ready code
/* CSS */
color: #e0803f;
background-color: #e0803f;
/* Tailwind (arbitrary) */
class="text-[#e0803f] bg-[#e0803f]"
/* SCSS */
$brand: #e0803f;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.247)
/* Android */
Color.parseColor("#e0803f")Accessibility — WCAG contrast
Aa
#e0803f on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0803f on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow71.9%
Key (black)12.2%
Color previews
#e0803f text on a black background
contrast 7.33:1
Card sample
#e0803f text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0803f;
Background color
Panel with #e0803f background
background-color: #e0803f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0803f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0803f; background: linear-gradient(135deg, #e0803f, #D5E03F);