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