#8a552b
a dark, vivid orange · warm · closest name: sienna
RGB
138, 85, 43
HSL
27°, 53%, 36%
CMYK
0, 38, 69, 46
Luminance
0.1207
Every format
| HEX | #8a552b |
| RGB | rgb(138, 85, 43) |
| HSL | hsl(27, 53%, 36%) |
| CMYK | cmyk(0%, 38%, 69%, 46%) |
| LAB | lab(41.3 18.0 33.1) |
| LCH | lch(41.3 37.7 61.5) |
| OKLCH | oklch(0.501 0.090 57.0) |
Copy-ready code
/* CSS */
color: #8a552b;
background-color: #8a552b;
/* Tailwind (arbitrary) */
class="text-[#8a552b] bg-[#8a552b]"
/* SCSS */
$brand: #8a552b;
/* SwiftUI */
Color(red: 0.541, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#8a552b")Accessibility — WCAG contrast
Aa
#8a552b on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a552b on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow68.8%
Key (black)45.9%
Color previews
#8a552b text on a black background
contrast 3.41:1
Card sample
#8a552b text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a552b;
Background color
Panel with #8a552b background
background-color: #8a552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a552b; background: linear-gradient(135deg, #8a552b, #808A2B);