#a08870
a balanced, soft orange · warm · closest name: gray
RGB
160, 136, 112
HSL
30°, 20%, 53%
CMYK
0, 15, 30, 37
Luminance
0.2625
Every format
| HEX | #a08870 |
| RGB | rgb(160, 136, 112) |
| HSL | hsl(30, 20%, 53%) |
| CMYK | cmyk(0%, 15%, 30%, 37%) |
| LAB | lab(58.3 5.4 16.3) |
| LCH | lch(58.3 17.1 71.8) |
| OKLCH | oklch(0.642 0.045 66.9) |
Copy-ready code
/* CSS */
color: #a08870;
background-color: #a08870;
/* Tailwind (arbitrary) */
class="text-[#a08870] bg-[#a08870]"
/* SCSS */
$brand: #a08870;
/* SwiftUI */
Color(red: 0.627, green: 0.533, blue: 0.439)
/* Android */
Color.parseColor("#a08870")Accessibility — WCAG contrast
Aa
#a08870 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a08870 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green53.3%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow30.0%
Key (black)37.3%
Color previews
#a08870 text on a black background
contrast 6.25:1
Card sample
#a08870 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a08870;
Background color
Panel with #a08870 background
background-color: #a08870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a08870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 136, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 136, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a08870; background: linear-gradient(135deg, #a08870, #98A070);