#82572b
a dark, vivid orange · warm · closest name: sienna
RGB
130, 87, 43
HSL
30°, 50%, 34%
CMYK
0, 33, 67, 49
Luminance
0.1174
Every format
| HEX | #82572b |
| RGB | rgb(130, 87, 43) |
| HSL | hsl(30, 50%, 34%) |
| CMYK | cmyk(0%, 33%, 67%, 49%) |
| LAB | lab(40.8 13.1 32.2) |
| LCH | lch(40.8 34.8 67.8) |
| OKLCH | oklch(0.494 0.082 64.4) |
Copy-ready code
/* CSS */
color: #82572b;
background-color: #82572b;
/* Tailwind (arbitrary) */
class="text-[#82572b] bg-[#82572b]"
/* SCSS */
$brand: #82572b;
/* SwiftUI */
Color(red: 0.510, green: 0.341, blue: 0.169)
/* Android */
Color.parseColor("#82572b")Accessibility — WCAG contrast
Aa
#82572b on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#82572b on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green34.1%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow66.9%
Key (black)49.0%
Color previews
#82572b text on a black background
contrast 3.35:1
Card sample
#82572b text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82572b;
Background color
Panel with #82572b background
background-color: #82572b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82572b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 87, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 87, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82572b; background: linear-gradient(135deg, #82572b, #73822B);