#a3886d
a balanced, soft orange · warm · closest name: tan
RGB
163, 136, 109
HSL
30°, 23%, 53%
CMYK
0, 17, 33, 36
Luminance
0.2650
Every format
| HEX | #a3886d |
| RGB | rgb(163, 136, 109) |
| HSL | hsl(30, 23%, 53%) |
| CMYK | cmyk(0%, 17%, 33%, 36%) |
| LAB | lab(58.5 6.2 18.3) |
| LCH | lch(58.5 19.4 71.4) |
| OKLCH | oklch(0.645 0.051 66.7) |
Copy-ready code
/* CSS */
color: #a3886d;
background-color: #a3886d;
/* Tailwind (arbitrary) */
class="text-[#a3886d] bg-[#a3886d]"
/* SCSS */
$brand: #a3886d;
/* SwiftUI */
Color(red: 0.639, green: 0.533, blue: 0.427)
/* Android */
Color.parseColor("#a3886d")Accessibility — WCAG contrast
Aa
#a3886d on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a3886d on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green53.3%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow33.1%
Key (black)36.1%
Color previews
#a3886d text on a black background
contrast 6.30:1
Card sample
#a3886d text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3886d;
Background color
Panel with #a3886d background
background-color: #a3886d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3886d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 136, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 136, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3886d; background: linear-gradient(135deg, #a3886d, #9AA36D);