#eacba3
a light, vivid orange · warm · closest name: tan
RGB
234, 203, 163
HSL
34°, 63%, 78%
CMYK
0, 13, 30, 8
Luminance
0.6285
Every format
| HEX | #eacba3 |
| RGB | rgb(234, 203, 163) |
| HSL | hsl(34, 63%, 78%) |
| CMYK | cmyk(0%, 13%, 30%, 8%) |
| LAB | lab(83.4 5.1 24.0) |
| LCH | lch(83.4 24.5 78.0) |
| OKLCH | oklch(0.859 0.063 73.9) |
Copy-ready code
/* CSS */
color: #eacba3;
background-color: #eacba3;
/* Tailwind (arbitrary) */
class="text-[#eacba3] bg-[#eacba3]"
/* SCSS */
$brand: #eacba3;
/* SwiftUI */
Color(red: 0.918, green: 0.796, blue: 0.639)
/* Android */
Color.parseColor("#eacba3")Accessibility — WCAG contrast
Aa
#eacba3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacba3 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow30.3%
Key (black)8.2%
Color previews
#eacba3 text on a black background
contrast 13.57:1
Card sample
#eacba3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacba3;
Background color
Panel with #eacba3 background
background-color: #eacba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 203, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 203, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacba3; background: linear-gradient(135deg, #eacba3, #DAEAA3);