#896643
a dark, soft orange · warm · closest name: sienna
RGB
137, 102, 67
HSL
30°, 34%, 40%
CMYK
0, 26, 51, 46
Luminance
0.1523
Every format
| HEX | #896643 |
| RGB | rgb(137, 102, 67) |
| HSL | hsl(30, 34%, 40%) |
| CMYK | cmyk(0%, 26%, 51%, 46%) |
| LAB | lab(45.9 9.6 25.2) |
| LCH | lch(45.9 26.9 69.2) |
| OKLCH | oklch(0.538 0.067 65.6) |
Copy-ready code
/* CSS */
color: #896643;
background-color: #896643;
/* Tailwind (arbitrary) */
class="text-[#896643] bg-[#896643]"
/* SCSS */
$brand: #896643;
/* SwiftUI */
Color(red: 0.537, green: 0.400, blue: 0.263)
/* Android */
Color.parseColor("#896643")Accessibility — WCAG contrast
Aa
#896643 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896643 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green40.0%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow51.1%
Key (black)46.3%
Color previews
#896643 text on a black background
contrast 4.05:1
Card sample
#896643 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896643;
Background color
Panel with #896643 background
background-color: #896643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 102, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 102, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896643; background: linear-gradient(135deg, #896643, #7D8943);