#8a4f31
a dark, vivid orange · warm · closest name: sienna
RGB
138, 79, 49
HSL
20°, 48%, 37%
CMYK
0, 43, 65, 46
Luminance
0.1122
Every format
| HEX | #8a4f31 |
| RGB | rgb(138, 79, 49) |
| HSL | hsl(20, 48%, 37%) |
| CMYK | cmyk(0%, 43%, 65%, 46%) |
| LAB | lab(40.0 21.9 28.1) |
| LCH | lch(40.0 35.6 52.1) |
| OKLCH | oklch(0.490 0.091 46.8) |
Copy-ready code
/* CSS */
color: #8a4f31;
background-color: #8a4f31;
/* Tailwind (arbitrary) */
class="text-[#8a4f31] bg-[#8a4f31]"
/* SCSS */
$brand: #8a4f31;
/* SwiftUI */
Color(red: 0.541, green: 0.310, blue: 0.192)
/* Android */
Color.parseColor("#8a4f31")Accessibility — WCAG contrast
Aa
#8a4f31 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a4f31 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green31.0%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow64.5%
Key (black)45.9%
Color previews
#8a4f31 text on a black background
contrast 3.24:1
Card sample
#8a4f31 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a4f31;
Background color
Panel with #8a4f31 background
background-color: #8a4f31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a4f31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 79, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 79, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a4f31; background: linear-gradient(135deg, #8a4f31, #8A8A31);