#9c827b
a balanced, muted red · warm · closest name: gray
RGB
156, 130, 123
HSL
13°, 14%, 55%
CMYK
0, 17, 21, 39
Luminance
0.2446
Every format
| HEX | #9c827b |
| RGB | rgb(156, 130, 123) |
| HSL | hsl(13, 14%, 55%) |
| CMYK | cmyk(0%, 17%, 21%, 39%) |
| LAB | lab(56.5 8.8 7.5) |
| LCH | lch(56.5 11.6 40.5) |
| OKLCH | oklch(0.629 0.034 35.5) |
Copy-ready code
/* CSS */
color: #9c827b;
background-color: #9c827b;
/* Tailwind (arbitrary) */
class="text-[#9c827b] bg-[#9c827b]"
/* SCSS */
$brand: #9c827b;
/* SwiftUI */
Color(red: 0.612, green: 0.510, blue: 0.482)
/* Android */
Color.parseColor("#9c827b")Accessibility — WCAG contrast
Aa
#9c827b on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c827b on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green51.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow21.2%
Key (black)38.8%
Color previews
#9c827b text on a black background
contrast 5.89:1
Card sample
#9c827b text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c827b;
Background color
Panel with #9c827b background
background-color: #9c827b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c827b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 130, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 130, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c827b; background: linear-gradient(135deg, #9c827b, #9C987B);