#896321
a dark, vivid orange · warm · closest name: sienna
RGB
137, 99, 33
HSL
38°, 61%, 33%
CMYK
0, 28, 76, 46
Luminance
0.1435
Every format
| HEX | #896321 |
| RGB | rgb(137, 99, 33) |
| HSL | hsl(38, 61%, 33%) |
| CMYK | cmyk(0%, 28%, 76%, 46%) |
| LAB | lab(44.7 8.7 41.6) |
| LCH | lch(44.7 42.5 78.1) |
| OKLCH | oklch(0.527 0.095 77.4) |
Copy-ready code
/* CSS */
color: #896321;
background-color: #896321;
/* Tailwind (arbitrary) */
class="text-[#896321] bg-[#896321]"
/* SCSS */
$brand: #896321;
/* SwiftUI */
Color(red: 0.537, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#896321")Accessibility — WCAG contrast
Aa
#896321 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896321 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow75.9%
Key (black)46.3%
Color previews
#896321 text on a black background
contrast 3.87:1
Card sample
#896321 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896321;
Background color
Panel with #896321 background
background-color: #896321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896321; background: linear-gradient(135deg, #896321, #6A8921);