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