#83735a
a dark, soft orange · warm · closest name: gray
RGB
131, 115, 90
HSL
37°, 19%, 43%
CMYK
0, 12, 31, 49
Luminance
0.1782
Every format
| HEX | #83735a |
| RGB | rgb(131, 115, 90) |
| HSL | hsl(37, 19%, 43%) |
| CMYK | cmyk(0%, 12%, 31%, 49%) |
| LAB | lab(49.3 2.2 16.1) |
| LCH | lch(49.3 16.3 82.4) |
| OKLCH | oklch(0.564 0.042 78.8) |
Copy-ready code
/* CSS */
color: #83735a;
background-color: #83735a;
/* Tailwind (arbitrary) */
class="text-[#83735a] bg-[#83735a]"
/* SCSS */
$brand: #83735a;
/* SwiftUI */
Color(red: 0.514, green: 0.451, blue: 0.353)
/* Android */
Color.parseColor("#83735a")Accessibility — WCAG contrast
Aa
#83735a on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#83735a on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green45.1%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow31.3%
Key (black)48.6%
Color previews
#83735a text on a black background
contrast 4.56:1
Card sample
#83735a text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83735a;
Background color
Panel with #83735a background
background-color: #83735a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83735a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 115, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 115, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83735a; background: linear-gradient(135deg, #83735a, #78835A);