#e4b8a6
a light, vivid orange · warm · closest name: tan
RGB
228, 184, 166
HSL
17°, 53%, 77%
CMYK
0, 19, 27, 11
Luminance
0.5353
Every format
| HEX | #e4b8a6 |
| RGB | rgb(228, 184, 166) |
| HSL | hsl(17, 53%, 77%) |
| CMYK | cmyk(0%, 19%, 27%, 11%) |
| LAB | lab(78.2 13.2 15.2) |
| LCH | lch(78.2 20.1 48.8) |
| OKLCH | oklch(0.817 0.057 43.4) |
Copy-ready code
/* CSS */
color: #e4b8a6;
background-color: #e4b8a6;
/* Tailwind (arbitrary) */
class="text-[#e4b8a6] bg-[#e4b8a6]"
/* SCSS */
$brand: #e4b8a6;
/* SwiftUI */
Color(red: 0.894, green: 0.722, blue: 0.651)
/* Android */
Color.parseColor("#e4b8a6")Accessibility — WCAG contrast
Aa
#e4b8a6 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b8a6 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green72.2%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow27.2%
Key (black)10.6%
Color previews
#e4b8a6 text on a black background
contrast 11.71:1
Card sample
#e4b8a6 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b8a6;
Background color
Panel with #e4b8a6 background
background-color: #e4b8a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b8a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 184, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 184, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b8a6; background: linear-gradient(135deg, #e4b8a6, #E4E1A6);