#e2ba89
a light, vivid orange · warm · closest name: tan
RGB
226, 186, 137
HSL
33°, 61%, 71%
CMYK
0, 18, 39, 11
Luminance
0.5309
Every format
| HEX | #e2ba89 |
| RGB | rgb(226, 186, 137) |
| HSL | hsl(33, 61%, 71%) |
| CMYK | cmyk(0%, 18%, 39%, 11%) |
| LAB | lab(77.9 7.8 30.2) |
| LCH | lch(77.9 31.2 75.5) |
| OKLCH | oklch(0.813 0.079 72.0) |
Copy-ready code
/* CSS */
color: #e2ba89;
background-color: #e2ba89;
/* Tailwind (arbitrary) */
class="text-[#e2ba89] bg-[#e2ba89]"
/* SCSS */
$brand: #e2ba89;
/* SwiftUI */
Color(red: 0.886, green: 0.729, blue: 0.537)
/* Android */
Color.parseColor("#e2ba89")Accessibility — WCAG contrast
Aa
#e2ba89 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ba89 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green72.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow39.4%
Key (black)11.4%
Color previews
#e2ba89 text on a black background
contrast 11.62:1
Card sample
#e2ba89 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ba89;
Background color
Panel with #e2ba89 background
background-color: #e2ba89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ba89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 186, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 186, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ba89; background: linear-gradient(135deg, #e2ba89, #CFE289);