#8c552b
a dark, vivid orange · warm · closest name: sienna
RGB
140, 85, 43
HSL
26°, 53%, 36%
CMYK
0, 39, 69, 45
Luminance
0.1225
Every format
| HEX | #8c552b |
| RGB | rgb(140, 85, 43) |
| HSL | hsl(26, 53%, 36%) |
| CMYK | cmyk(0%, 39%, 69%, 45%) |
| LAB | lab(41.6 18.9 33.5) |
| LCH | lch(41.6 38.4 60.6) |
| OKLCH | oklch(0.504 0.092 56.0) |
Copy-ready code
/* CSS */
color: #8c552b;
background-color: #8c552b;
/* Tailwind (arbitrary) */
class="text-[#8c552b] bg-[#8c552b]"
/* SCSS */
$brand: #8c552b;
/* SwiftUI */
Color(red: 0.549, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#8c552b")Accessibility — WCAG contrast
Aa
#8c552b on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c552b on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow69.3%
Key (black)45.1%
Color previews
#8c552b text on a black background
contrast 3.45:1
Card sample
#8c552b text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c552b;
Background color
Panel with #8c552b background
background-color: #8c552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c552b; background: linear-gradient(135deg, #8c552b, #828C2B);