#894b21
a dark, vivid orange · warm · closest name: sienna
RGB
137, 75, 33
HSL
24°, 61%, 33%
CMYK
0, 45, 76, 46
Luminance
0.1046
Every format
| HEX | #894b21 |
| RGB | rgb(137, 75, 33) |
| HSL | hsl(24, 61%, 33%) |
| CMYK | cmyk(0%, 45%, 76%, 46%) |
| LAB | lab(38.7 22.7 35.4) |
| LCH | lch(38.7 42.1 57.3) |
| OKLCH | oklch(0.480 0.100 51.9) |
Copy-ready code
/* CSS */
color: #894b21;
background-color: #894b21;
/* Tailwind (arbitrary) */
class="text-[#894b21] bg-[#894b21]"
/* SCSS */
$brand: #894b21;
/* SwiftUI */
Color(red: 0.537, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#894b21")Accessibility — WCAG contrast
Aa
#894b21 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894b21 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow75.9%
Key (black)46.3%
Color previews
#894b21 text on a black background
contrast 3.09:1
Card sample
#894b21 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894b21;
Background color
Panel with #894b21 background
background-color: #894b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894b21; background: linear-gradient(135deg, #894b21, #828921);