#e5b686
a light, vivid orange · warm · closest name: tan
RGB
229, 182, 134
HSL
30°, 65%, 71%
CMYK
0, 21, 42, 10
Luminance
0.5184
Every format
| HEX | #e5b686 |
| RGB | rgb(229, 182, 134) |
| HSL | hsl(30, 65%, 71%) |
| CMYK | cmyk(0%, 21%, 42%, 10%) |
| LAB | lab(77.2 10.8 30.9) |
| LCH | lch(77.2 32.7 70.8) |
| OKLCH | oklch(0.807 0.083 66.8) |
Copy-ready code
/* CSS */
color: #e5b686;
background-color: #e5b686;
/* Tailwind (arbitrary) */
class="text-[#e5b686] bg-[#e5b686]"
/* SCSS */
$brand: #e5b686;
/* SwiftUI */
Color(red: 0.898, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#e5b686")Accessibility — WCAG contrast
Aa
#e5b686 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5b686 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow41.5%
Key (black)10.2%
Color previews
#e5b686 text on a black background
contrast 11.37:1
Card sample
#e5b686 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5b686;
Background color
Panel with #e5b686 background
background-color: #e5b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5b686; background: linear-gradient(135deg, #e5b686, #D5E586);