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