#9a8564
a balanced, soft orange · warm · closest name: tan
RGB
154, 133, 100
HSL
37°, 21%, 50%
CMYK
0, 14, 35, 40
Luminance
0.2457
Every format
| HEX | #9a8564 |
| RGB | rgb(154, 133, 100) |
| HSL | hsl(37, 21%, 50%) |
| CMYK | cmyk(0%, 14%, 35%, 40%) |
| LAB | lab(56.6 3.0 20.8) |
| LCH | lch(56.6 21.0 81.9) |
| OKLCH | oklch(0.627 0.053 78.8) |
Copy-ready code
/* CSS */
color: #9a8564;
background-color: #9a8564;
/* Tailwind (arbitrary) */
class="text-[#9a8564] bg-[#9a8564]"
/* SCSS */
$brand: #9a8564;
/* SwiftUI */
Color(red: 0.604, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#9a8564")Accessibility — WCAG contrast
Aa
#9a8564 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9a8564 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green52.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow35.1%
Key (black)39.6%
Color previews
#9a8564 text on a black background
contrast 5.91:1
Card sample
#9a8564 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a8564;
Background color
Panel with #9a8564 background
background-color: #9a8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a8564; background: linear-gradient(135deg, #9a8564, #8B9A64);