#9b8c78
a balanced, muted orange · warm · closest name: gray
RGB
155, 140, 120
HSL
34°, 15%, 54%
CMYK
0, 10, 23, 39
Luminance
0.2708
Every format
| HEX | #9b8c78 |
| RGB | rgb(155, 140, 120) |
| HSL | hsl(34, 15%, 54%) |
| CMYK | cmyk(0%, 10%, 23%, 39%) |
| LAB | lab(59.0 2.3 12.7) |
| LCH | lch(59.0 12.9 79.9) |
| OKLCH | oklch(0.648 0.034 75.0) |
Copy-ready code
/* CSS */
color: #9b8c78;
background-color: #9b8c78;
/* Tailwind (arbitrary) */
class="text-[#9b8c78] bg-[#9b8c78]"
/* SCSS */
$brand: #9b8c78;
/* SwiftUI */
Color(red: 0.608, green: 0.549, blue: 0.471)
/* Android */
Color.parseColor("#9b8c78")Accessibility — WCAG contrast
Aa
#9b8c78 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b8c78 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green54.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow22.6%
Key (black)39.2%
Color previews
#9b8c78 text on a black background
contrast 6.42:1
Card sample
#9b8c78 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b8c78;
Background color
Panel with #9b8c78 background
background-color: #9b8c78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b8c78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 140, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 140, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b8c78; background: linear-gradient(135deg, #9b8c78, #939B78);