#e4b6a0
a light, vivid orange · warm · closest name: tan
RGB
228, 182, 160
HSL
19°, 56%, 76%
CMYK
0, 20, 30, 11
Luminance
0.5249
Every format
| HEX | #e4b6a0 |
| RGB | rgb(228, 182, 160) |
| HSL | hsl(19, 56%, 76%) |
| CMYK | cmyk(0%, 20%, 30%, 11%) |
| LAB | lab(77.6 13.5 17.5) |
| LCH | lch(77.6 22.1 52.4) |
| OKLCH | oklch(0.812 0.062 46.9) |
Copy-ready code
/* CSS */
color: #e4b6a0;
background-color: #e4b6a0;
/* Tailwind (arbitrary) */
class="text-[#e4b6a0] bg-[#e4b6a0]"
/* SCSS */
$brand: #e4b6a0;
/* SwiftUI */
Color(red: 0.894, green: 0.714, blue: 0.627)
/* Android */
Color.parseColor("#e4b6a0")Accessibility — WCAG contrast
Aa
#e4b6a0 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b6a0 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green71.4%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow29.8%
Key (black)10.6%
Color previews
#e4b6a0 text on a black background
contrast 11.50:1
Card sample
#e4b6a0 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b6a0;
Background color
Panel with #e4b6a0 background
background-color: #e4b6a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b6a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 182, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 182, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b6a0; background: linear-gradient(135deg, #e4b6a0, #E4E3A0);