#814321
a dark, vivid orange · warm · closest name: sienna
RGB
129, 67, 33
HSL
21°, 59%, 32%
CMYK
0, 48, 74, 49
Luminance
0.0879
Every format
| HEX | #814321 |
| RGB | rgb(129, 67, 33) |
| HSL | hsl(21, 59%, 32%) |
| CMYK | cmyk(0%, 48%, 74%, 49%) |
| LAB | lab(35.6 23.8 31.8) |
| LCH | lch(35.6 39.7 53.2) |
| OKLCH | oklch(0.454 0.097 47.4) |
Copy-ready code
/* CSS */
color: #814321;
background-color: #814321;
/* Tailwind (arbitrary) */
class="text-[#814321] bg-[#814321]"
/* SCSS */
$brand: #814321;
/* SwiftUI */
Color(red: 0.506, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#814321")Accessibility — WCAG contrast
Aa
#814321 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#814321 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow74.4%
Key (black)49.4%
Color previews
#814321 text on a black background
contrast 2.76:1
Card sample
#814321 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814321;
Background color
Panel with #814321 background
background-color: #814321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814321; background: linear-gradient(135deg, #814321, #7F8121);