#e4a187
a light, vivid orange · warm · closest name: tan
RGB
228, 161, 135
HSL
17°, 63%, 71%
CMYK
0, 29, 41, 11
Luminance
0.4373
Every format
| HEX | #e4a187 |
| RGB | rgb(228, 161, 135) |
| HSL | hsl(17, 63%, 71%) |
| CMYK | cmyk(0%, 29%, 41%, 11%) |
| LAB | lab(72.0 21.7 23.5) |
| LCH | lch(72.0 32.0 47.2) |
| OKLCH | oklch(0.767 0.088 42.1) |
Copy-ready code
/* CSS */
color: #e4a187;
background-color: #e4a187;
/* Tailwind (arbitrary) */
class="text-[#e4a187] bg-[#e4a187]"
/* SCSS */
$brand: #e4a187;
/* SwiftUI */
Color(red: 0.894, green: 0.631, blue: 0.529)
/* Android */
Color.parseColor("#e4a187")Accessibility — WCAG contrast
Aa
#e4a187 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a187 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green63.1%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow40.8%
Key (black)10.6%
Color previews
#e4a187 text on a black background
contrast 9.75:1
Card sample
#e4a187 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a187;
Background color
Panel with #e4a187 background
background-color: #e4a187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 161, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 161, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a187; background: linear-gradient(135deg, #e4a187, #E4DF87);