#884400
a dark, electric orange · warm · closest name: sienna
RGB
136, 68, 0
HSL
30°, 100%, 27%
CMYK
0, 50, 100, 47
Luminance
0.0937
Every format
| HEX | #884400 |
| RGB | rgb(136, 68, 0) |
| HSL | hsl(30, 100%, 27%) |
| CMYK | cmyk(0%, 50%, 100%, 47%) |
| LAB | lab(36.7 25.3 46.8) |
| LCH | lch(36.7 53.2 61.6) |
| OKLCH | oklch(0.464 0.115 55.2) |
Copy-ready code
/* CSS */
color: #884400;
background-color: #884400;
/* Tailwind (arbitrary) */
class="text-[#884400] bg-[#884400]"
/* SCSS */
$brand: #884400;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#884400")Accessibility — WCAG contrast
Aa
#884400 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884400 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)46.7%
Color previews
#884400 text on a black background
contrast 2.87:1
Card sample
#884400 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884400;
Background color
Panel with #884400 background
background-color: #884400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884400; background: linear-gradient(135deg, #884400, #718800);