#894321
a dark, vivid orange · warm · closest name: sienna
RGB
137, 67, 33
HSL
20°, 61%, 33%
CMYK
0, 51, 76, 46
Luminance
0.0944
Every format
| HEX | #894321 |
| RGB | rgb(137, 67, 33) |
| HSL | hsl(20, 61%, 33%) |
| CMYK | cmyk(0%, 51%, 76%, 46%) |
| LAB | lab(36.8 27.3 33.5) |
| LCH | lch(36.8 43.2 50.9) |
| OKLCH | oklch(0.466 0.106 44.7) |
Copy-ready code
/* CSS */
color: #894321;
background-color: #894321;
/* Tailwind (arbitrary) */
class="text-[#894321] bg-[#894321]"
/* SCSS */
$brand: #894321;
/* SwiftUI */
Color(red: 0.537, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#894321")Accessibility — WCAG contrast
Aa
#894321 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#894321 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow75.9%
Key (black)46.3%
Color previews
#894321 text on a black background
contrast 2.89:1
Card sample
#894321 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894321;
Background color
Panel with #894321 background
background-color: #894321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894321; background: linear-gradient(135deg, #894321, #898821);