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