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