#894721
a dark, vivid orange · warm · closest name: sienna
RGB
137, 71, 33
HSL
22°, 61%, 33%
CMYK
0, 48, 76, 46
Luminance
0.0993
Every format
| HEX | #894721 |
| RGB | rgb(137, 71, 33) |
| HSL | hsl(22, 61%, 33%) |
| CMYK | cmyk(0%, 48%, 76%, 46%) |
| LAB | lab(37.7 25.0 34.5) |
| LCH | lch(37.7 42.6 54.0) |
| OKLCH | oklch(0.472 0.103 48.2) |
Copy-ready code
/* CSS */
color: #894721;
background-color: #894721;
/* Tailwind (arbitrary) */
class="text-[#894721] bg-[#894721]"
/* SCSS */
$brand: #894721;
/* SwiftUI */
Color(red: 0.537, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#894721")Accessibility — WCAG contrast
Aa
#894721 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#894721 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow75.9%
Key (black)46.3%
Color previews
#894721 text on a black background
contrast 2.99:1
Card sample
#894721 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894721;
Background color
Panel with #894721 background
background-color: #894721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894721; background: linear-gradient(135deg, #894721, #868921);