#9c927b
a balanced, muted yellow · warm · closest name: gray
RGB
156, 146, 123
HSL
42°, 14%, 55%
CMYK
0, 6, 21, 39
Luminance
0.2906
Every format
| HEX | #9c927b |
| RGB | rgb(156, 146, 123) |
| HSL | hsl(42, 14%, 55%) |
| CMYK | cmyk(0%, 6%, 21%, 39%) |
| LAB | lab(60.8 -0.2 13.5) |
| LCH | lch(60.8 13.5 90.9) |
| OKLCH | oklch(0.662 0.035 87.3) |
Copy-ready code
/* CSS */
color: #9c927b;
background-color: #9c927b;
/* Tailwind (arbitrary) */
class="text-[#9c927b] bg-[#9c927b]"
/* SCSS */
$brand: #9c927b;
/* SwiftUI */
Color(red: 0.612, green: 0.573, blue: 0.482)
/* Android */
Color.parseColor("#9c927b")Accessibility — WCAG contrast
Aa
#9c927b on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c927b on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green57.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow21.2%
Key (black)38.8%
Color previews
#9c927b text on a black background
contrast 6.81:1
Card sample
#9c927b text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c927b;
Background color
Panel with #9c927b background
background-color: #9c927b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c927b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 146, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 146, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c927b; background: linear-gradient(135deg, #9c927b, #909C7B);