#836749
a dark, soft orange · warm · closest name: gray
RGB
131, 103, 73
HSL
31°, 28%, 40%
CMYK
0, 21, 44, 49
Luminance
0.1501
Every format
| HEX | #836749 |
| RGB | rgb(131, 103, 73) |
| HSL | hsl(31, 28%, 40%) |
| CMYK | cmyk(0%, 21%, 44%, 49%) |
| LAB | lab(45.6 7.0 21.2) |
| LCH | lch(45.6 22.3 71.8) |
| OKLCH | oklch(0.534 0.056 68.1) |
Copy-ready code
/* CSS */
color: #836749;
background-color: #836749;
/* Tailwind (arbitrary) */
class="text-[#836749] bg-[#836749]"
/* SCSS */
$brand: #836749;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.286)
/* Android */
Color.parseColor("#836749")Accessibility — WCAG contrast
Aa
#836749 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#836749 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow44.3%
Key (black)48.6%
Color previews
#836749 text on a black background
contrast 4.00:1
Card sample
#836749 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #836749;
Background color
Panel with #836749 background
background-color: #836749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #836749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #836749; background: linear-gradient(135deg, #836749, #788349);