#8a592b
a dark, vivid orange · warm · closest name: sienna
RGB
138, 89, 43
HSL
29°, 53%, 36%
CMYK
0, 36, 69, 46
Luminance
0.1272
Every format
| HEX | #8a592b |
| RGB | rgb(138, 89, 43) |
| HSL | hsl(29, 53%, 36%) |
| CMYK | cmyk(0%, 36%, 69%, 46%) |
| LAB | lab(42.3 15.6 34.2) |
| LCH | lch(42.3 37.6 65.5) |
| OKLCH | oklch(0.509 0.089 61.6) |
Copy-ready code
/* CSS */
color: #8a592b;
background-color: #8a592b;
/* Tailwind (arbitrary) */
class="text-[#8a592b] bg-[#8a592b]"
/* SCSS */
$brand: #8a592b;
/* SwiftUI */
Color(red: 0.541, green: 0.349, blue: 0.169)
/* Android */
Color.parseColor("#8a592b")Accessibility — WCAG contrast
Aa
#8a592b on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a592b on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green34.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow68.8%
Key (black)45.9%
Color previews
#8a592b text on a black background
contrast 3.54:1
Card sample
#8a592b text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a592b;
Background color
Panel with #8a592b background
background-color: #8a592b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a592b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 89, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 89, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a592b; background: linear-gradient(135deg, #8a592b, #7C8A2B);