#9d8a76
a balanced, soft orange · warm · closest name: gray
RGB
157, 138, 118
HSL
31°, 17%, 54%
CMYK
0, 12, 25, 38
Luminance
0.2665
Every format
| HEX | #9d8a76 |
| RGB | rgb(157, 138, 118) |
| HSL | hsl(31, 17%, 54%) |
| CMYK | cmyk(0%, 12%, 25%, 38%) |
| LAB | lab(58.6 3.9 13.3) |
| LCH | lch(58.6 13.9 73.8) |
| OKLCH | oklch(0.645 0.037 68.5) |
Copy-ready code
/* CSS */
color: #9d8a76;
background-color: #9d8a76;
/* Tailwind (arbitrary) */
class="text-[#9d8a76] bg-[#9d8a76]"
/* SCSS */
$brand: #9d8a76;
/* SwiftUI */
Color(red: 0.616, green: 0.541, blue: 0.463)
/* Android */
Color.parseColor("#9d8a76")Accessibility — WCAG contrast
Aa
#9d8a76 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9d8a76 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green54.1%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow24.8%
Key (black)38.4%
Color previews
#9d8a76 text on a black background
contrast 6.33:1
Card sample
#9d8a76 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d8a76;
Background color
Panel with #9d8a76 background
background-color: #9d8a76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d8a76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 138, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 138, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d8a76; background: linear-gradient(135deg, #9d8a76, #969D76);