#986c57
a balanced, soft orange · warm · closest name: sienna
RGB
152, 108, 87
HSL
19°, 27%, 47%
CMYK
0, 29, 43, 40
Luminance
0.1809
Every format
| HEX | #986c57 |
| RGB | rgb(152, 108, 87) |
| HSL | hsl(19, 27%, 47%) |
| CMYK | cmyk(0%, 29%, 43%, 40%) |
| LAB | lab(49.6 14.8 18.7) |
| LCH | lch(49.6 23.8 51.7) |
| OKLCH | oklch(0.571 0.065 46.5) |
Copy-ready code
/* CSS */
color: #986c57;
background-color: #986c57;
/* Tailwind (arbitrary) */
class="text-[#986c57] bg-[#986c57]"
/* SCSS */
$brand: #986c57;
/* SwiftUI */
Color(red: 0.596, green: 0.424, blue: 0.341)
/* Android */
Color.parseColor("#986c57")Accessibility — WCAG contrast
Aa
#986c57 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#986c57 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green42.4%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow42.8%
Key (black)40.4%
Color previews
#986c57 text on a black background
contrast 4.62:1
Card sample
#986c57 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986c57;
Background color
Panel with #986c57 background
background-color: #986c57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986c57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 108, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 108, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986c57; background: linear-gradient(135deg, #986c57, #989757);