#e2bc9e
a light, vivid orange · warm · closest name: tan
RGB
226, 188, 158
HSL
27°, 54%, 75%
CMYK
0, 17, 30, 11
Luminance
0.5460
Every format
| HEX | #e2bc9e |
| RGB | rgb(226, 188, 158) |
| HSL | hsl(27, 54%, 75%) |
| CMYK | cmyk(0%, 17%, 30%, 11%) |
| LAB | lab(78.8 9.3 20.3) |
| LCH | lch(78.8 22.3 65.4) |
| OKLCH | oklch(0.821 0.060 60.1) |
Copy-ready code
/* CSS */
color: #e2bc9e;
background-color: #e2bc9e;
/* Tailwind (arbitrary) */
class="text-[#e2bc9e] bg-[#e2bc9e]"
/* SCSS */
$brand: #e2bc9e;
/* SwiftUI */
Color(red: 0.886, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#e2bc9e")Accessibility — WCAG contrast
Aa
#e2bc9e on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bc9e on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow30.1%
Key (black)11.4%
Color previews
#e2bc9e text on a black background
contrast 11.92:1
Card sample
#e2bc9e text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bc9e;
Background color
Panel with #e2bc9e background
background-color: #e2bc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bc9e; background: linear-gradient(135deg, #e2bc9e, #DBE29E);