#9c6d2f
a dark, vivid orange · warm · closest name: peru
RGB
156, 109, 47
HSL
34°, 54%, 40%
CMYK
0, 30, 70, 39
Luminance
0.1821
Every format
| HEX | #9c6d2f |
| RGB | rgb(156, 109, 47) |
| HSL | hsl(34, 54%, 40%) |
| CMYK | cmyk(0%, 30%, 70%, 39%) |
| LAB | lab(49.8 12.4 41.0) |
| LCH | lch(49.8 42.8 73.1) |
| OKLCH | oklch(0.571 0.098 70.9) |
Copy-ready code
/* CSS */
color: #9c6d2f;
background-color: #9c6d2f;
/* Tailwind (arbitrary) */
class="text-[#9c6d2f] bg-[#9c6d2f]"
/* SCSS */
$brand: #9c6d2f;
/* SwiftUI */
Color(red: 0.612, green: 0.427, blue: 0.184)
/* Android */
Color.parseColor("#9c6d2f")Accessibility — WCAG contrast
Aa
#9c6d2f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c6d2f on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green42.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow69.9%
Key (black)38.8%
Color previews
#9c6d2f text on a black background
contrast 4.64:1
Card sample
#9c6d2f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c6d2f;
Background color
Panel with #9c6d2f background
background-color: #9c6d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c6d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 109, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 109, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c6d2f; background: linear-gradient(135deg, #9c6d2f, #829C2F);