#e4a84e
a balanced, vivid orange · warm · closest name: peru
RGB
228, 168, 78
HSL
36°, 74%, 60%
CMYK
0, 26, 66, 11
Luminance
0.4505
Every format
| HEX | #e4a84e |
| RGB | rgb(228, 168, 78) |
| HSL | hsl(36, 74%, 60%) |
| CMYK | cmyk(0%, 26%, 66%, 11%) |
| LAB | lab(72.9 13.1 53.8) |
| LCH | lch(72.9 55.4 76.3) |
| OKLCH | oklch(0.771 0.127 74.8) |
Copy-ready code
/* CSS */
color: #e4a84e;
background-color: #e4a84e;
/* Tailwind (arbitrary) */
class="text-[#e4a84e] bg-[#e4a84e]"
/* SCSS */
$brand: #e4a84e;
/* SwiftUI */
Color(red: 0.894, green: 0.659, blue: 0.306)
/* Android */
Color.parseColor("#e4a84e")Accessibility — WCAG contrast
Aa
#e4a84e on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a84e on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green65.9%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow65.8%
Key (black)10.6%
Color previews
#e4a84e text on a black background
contrast 10.01:1
Card sample
#e4a84e text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a84e;
Background color
Panel with #e4a84e background
background-color: #e4a84e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a84e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 168, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 168, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a84e; background: linear-gradient(135deg, #e4a84e, #BCE44E);