#e4b686
a light, vivid orange · warm · closest name: tan
RGB
228, 182, 134
HSL
31°, 64%, 71%
CMYK
0, 20, 41, 11
Luminance
0.5167
Every format
| HEX | #e4b686 |
| RGB | rgb(228, 182, 134) |
| HSL | hsl(31, 64%, 71%) |
| CMYK | cmyk(0%, 20%, 41%, 11%) |
| LAB | lab(77.1 10.4 30.7) |
| LCH | lch(77.1 32.5 71.3) |
| OKLCH | oklch(0.806 0.083 67.4) |
Copy-ready code
/* CSS */
color: #e4b686;
background-color: #e4b686;
/* Tailwind (arbitrary) */
class="text-[#e4b686] bg-[#e4b686]"
/* SCSS */
$brand: #e4b686;
/* SwiftUI */
Color(red: 0.894, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#e4b686")Accessibility — WCAG contrast
Aa
#e4b686 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b686 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow41.2%
Key (black)10.6%
Color previews
#e4b686 text on a black background
contrast 11.33:1
Card sample
#e4b686 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b686;
Background color
Panel with #e4b686 background
background-color: #e4b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b686; background: linear-gradient(135deg, #e4b686, #D3E486);