#896021
a dark, vivid orange · warm · closest name: sienna
RGB
137, 96, 33
HSL
36°, 61%, 33%
CMYK
0, 30, 76, 46
Luminance
0.1379
Every format
| HEX | #896021 |
| RGB | rgb(137, 96, 33) |
| HSL | hsl(36, 61%, 33%) |
| CMYK | cmyk(0%, 30%, 76%, 46%) |
| LAB | lab(43.9 10.5 40.8) |
| LCH | lch(43.9 42.2 75.6) |
| OKLCH | oklch(0.521 0.094 74.2) |
Copy-ready code
/* CSS */
color: #896021;
background-color: #896021;
/* Tailwind (arbitrary) */
class="text-[#896021] bg-[#896021]"
/* SCSS */
$brand: #896021;
/* SwiftUI */
Color(red: 0.537, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#896021")Accessibility — WCAG contrast
Aa
#896021 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896021 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow75.9%
Key (black)46.3%
Color previews
#896021 text on a black background
contrast 3.76:1
Card sample
#896021 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896021;
Background color
Panel with #896021 background
background-color: #896021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896021; background: linear-gradient(135deg, #896021, #6D8921);