#884f11
a dark, electric orange · warm · closest name: sienna
RGB
136, 79, 17
HSL
31°, 78%, 30%
CMYK
0, 42, 88, 47
Luminance
0.1087
Every format
| HEX | #884f11 |
| RGB | rgb(136, 79, 17) |
| HSL | hsl(31, 78%, 30%) |
| CMYK | cmyk(0%, 42%, 88%, 47%) |
| LAB | lab(39.4 19.4 43.2) |
| LCH | lch(39.4 47.3 65.9) |
| OKLCH | oklch(0.484 0.104 61.5) |
Copy-ready code
/* CSS */
color: #884f11;
background-color: #884f11;
/* Tailwind (arbitrary) */
class="text-[#884f11] bg-[#884f11]"
/* SCSS */
$brand: #884f11;
/* SwiftUI */
Color(red: 0.533, green: 0.310, blue: 0.067)
/* Android */
Color.parseColor("#884f11")Accessibility — WCAG contrast
Aa
#884f11 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#884f11 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green31.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow87.5%
Key (black)46.7%
Color previews
#884f11 text on a black background
contrast 3.17:1
Card sample
#884f11 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884f11;
Background color
Panel with #884f11 background
background-color: #884f11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884f11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 79, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 79, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884f11; background: linear-gradient(135deg, #884f11, #728811);