#8c441f
a dark, vivid orange · warm · closest name: sienna
RGB
140, 68, 31
HSL
20°, 64%, 34%
CMYK
0, 51, 78, 45
Luminance
0.0981
Every format
| HEX | #8c441f |
| RGB | rgb(140, 68, 31) |
| HSL | hsl(20, 64%, 34%) |
| CMYK | cmyk(0%, 51%, 78%, 45%) |
| LAB | lab(37.5 27.9 35.4) |
| LCH | lch(37.5 45.1 51.8) |
| OKLCH | oklch(0.472 0.110 45.5) |
Copy-ready code
/* CSS */
color: #8c441f;
background-color: #8c441f;
/* Tailwind (arbitrary) */
class="text-[#8c441f] bg-[#8c441f]"
/* SCSS */
$brand: #8c441f;
/* SwiftUI */
Color(red: 0.549, green: 0.267, blue: 0.122)
/* Android */
Color.parseColor("#8c441f")Accessibility — WCAG contrast
Aa
#8c441f on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c441f on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green26.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow77.9%
Key (black)45.1%
Color previews
#8c441f text on a black background
contrast 2.96:1
Card sample
#8c441f text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c441f;
Background color
Panel with #8c441f background
background-color: #8c441f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c441f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 68, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 68, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c441f; background: linear-gradient(135deg, #8c441f, #8B8C1F);