#e7b87e
a light, vivid orange · warm · closest name: tan
RGB
231, 184, 126
HSL
33°, 69%, 70%
CMYK
0, 20, 46, 9
Luminance
0.5278
Every format
| HEX | #e7b87e |
| RGB | rgb(231, 184, 126) |
| HSL | hsl(33, 69%, 70%) |
| CMYK | cmyk(0%, 20%, 46%, 9%) |
| LAB | lab(77.7 9.7 35.9) |
| LCH | lch(77.7 37.1 74.9) |
| OKLCH | oklch(0.812 0.092 71.8) |
Copy-ready code
/* CSS */
color: #e7b87e;
background-color: #e7b87e;
/* Tailwind (arbitrary) */
class="text-[#e7b87e] bg-[#e7b87e]"
/* SCSS */
$brand: #e7b87e;
/* SwiftUI */
Color(red: 0.906, green: 0.722, blue: 0.494)
/* Android */
Color.parseColor("#e7b87e")Accessibility — WCAG contrast
Aa
#e7b87e on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7b87e on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green72.2%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow45.5%
Key (black)9.4%
Color previews
#e7b87e text on a black background
contrast 11.56:1
Card sample
#e7b87e text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7b87e;
Background color
Panel with #e7b87e background
background-color: #e7b87e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7b87e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 184, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 184, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7b87e; background: linear-gradient(135deg, #e7b87e, #D0E77E);