#e4b080
a light, vivid orange · warm · closest name: tan
RGB
228, 176, 128
HSL
29°, 65%, 70%
CMYK
0, 23, 44, 11
Luminance
0.4910
Every format
| HEX | #e4b080 |
| RGB | rgb(228, 176, 128) |
| HSL | hsl(29, 65%, 70%) |
| CMYK | cmyk(0%, 23%, 44%, 11%) |
| LAB | lab(75.5 12.9 31.9) |
| LCH | lch(75.5 34.4 67.9) |
| OKLCH | oklch(0.794 0.088 63.7) |
Copy-ready code
/* CSS */
color: #e4b080;
background-color: #e4b080;
/* Tailwind (arbitrary) */
class="text-[#e4b080] bg-[#e4b080]"
/* SCSS */
$brand: #e4b080;
/* SwiftUI */
Color(red: 0.894, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#e4b080")Accessibility — WCAG contrast
Aa
#e4b080 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b080 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow43.9%
Key (black)10.6%
Color previews
#e4b080 text on a black background
contrast 10.82:1
Card sample
#e4b080 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b080;
Background color
Panel with #e4b080 background
background-color: #e4b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b080; background: linear-gradient(135deg, #e4b080, #D5E480);