#e4a077
a light, vivid orange · warm · closest name: tan
RGB
228, 160, 119
HSL
23°, 67%, 68%
CMYK
0, 30, 48, 11
Luminance
0.4297
Every format
| HEX | #e4a077 |
| RGB | rgb(228, 160, 119) |
| HSL | hsl(23, 67%, 68%) |
| CMYK | cmyk(0%, 30%, 48%, 11%) |
| LAB | lab(71.5 20.6 31.4) |
| LCH | lch(71.5 37.6 56.8) |
| OKLCH | oklch(0.762 0.098 51.8) |
Copy-ready code
/* CSS */
color: #e4a077;
background-color: #e4a077;
/* Tailwind (arbitrary) */
class="text-[#e4a077] bg-[#e4a077]"
/* SCSS */
$brand: #e4a077;
/* SwiftUI */
Color(red: 0.894, green: 0.627, blue: 0.467)
/* Android */
Color.parseColor("#e4a077")Accessibility — WCAG contrast
Aa
#e4a077 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a077 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green62.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow47.8%
Key (black)10.6%
Color previews
#e4a077 text on a black background
contrast 9.59:1
Card sample
#e4a077 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a077;
Background color
Panel with #e4a077 background
background-color: #e4a077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 160, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 160, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a077; background: linear-gradient(135deg, #e4a077, #DFE477);