#884021
a dark, vivid orange · warm · closest name: sienna
RGB
136, 64, 33
HSL
18°, 61%, 33%
CMYK
0, 53, 76, 47
Luminance
0.0901
Every format
| HEX | #884021 |
| RGB | rgb(136, 64, 33) |
| HSL | hsl(18, 61%, 33%) |
| CMYK | cmyk(0%, 53%, 76%, 47%) |
| LAB | lab(36.0 28.5 32.6) |
| LCH | lch(36.0 43.3 48.8) |
| OKLCH | oklch(0.459 0.108 42.5) |
Copy-ready code
/* CSS */
color: #884021;
background-color: #884021;
/* Tailwind (arbitrary) */
class="text-[#884021] bg-[#884021]"
/* SCSS */
$brand: #884021;
/* SwiftUI */
Color(red: 0.533, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#884021")Accessibility — WCAG contrast
Aa
#884021 on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884021 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow75.7%
Key (black)46.7%
Color previews
#884021 text on a black background
contrast 2.80:1
Card sample
#884021 text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884021;
Background color
Panel with #884021 background
background-color: #884021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884021; background: linear-gradient(135deg, #884021, #888521);