#894921
a dark, vivid orange · warm · closest name: sienna
RGB
137, 73, 33
HSL
23°, 61%, 33%
CMYK
0, 47, 76, 46
Luminance
0.1019
Every format
| HEX | #894921 |
| RGB | rgb(137, 73, 33) |
| HSL | hsl(23, 61%, 33%) |
| CMYK | cmyk(0%, 47%, 76%, 46%) |
| LAB | lab(38.2 23.9 34.9) |
| LCH | lch(38.2 42.3 55.7) |
| OKLCH | oklch(0.476 0.102 50.0) |
Copy-ready code
/* CSS */
color: #894921;
background-color: #894921;
/* Tailwind (arbitrary) */
class="text-[#894921] bg-[#894921]"
/* SCSS */
$brand: #894921;
/* SwiftUI */
Color(red: 0.537, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#894921")Accessibility — WCAG contrast
Aa
#894921 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894921 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow75.9%
Key (black)46.3%
Color previews
#894921 text on a black background
contrast 3.04:1
Card sample
#894921 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894921;
Background color
Panel with #894921 background
background-color: #894921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894921; background: linear-gradient(135deg, #894921, #848921);