#884411
a dark, electric orange · warm · closest name: sienna
RGB
136, 68, 17
HSL
26°, 78%, 30%
CMYK
0, 50, 88, 47
Luminance
0.0941
Every format
| HEX | #884411 |
| RGB | rgb(136, 68, 17) |
| HSL | hsl(26, 78%, 30%) |
| CMYK | cmyk(0%, 50%, 88%, 47%) |
| LAB | lab(36.8 25.6 41.0) |
| LCH | lch(36.8 48.4 58.0) |
| OKLCH | oklch(0.464 0.110 51.7) |
Copy-ready code
/* CSS */
color: #884411;
background-color: #884411;
/* Tailwind (arbitrary) */
class="text-[#884411] bg-[#884411]"
/* SCSS */
$brand: #884411;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#884411")Accessibility — WCAG contrast
Aa
#884411 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884411 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow87.5%
Key (black)46.7%
Color previews
#884411 text on a black background
contrast 2.88:1
Card sample
#884411 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884411;
Background color
Panel with #884411 background
background-color: #884411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884411; background: linear-gradient(135deg, #884411, #7D8811);