#814521
a dark, vivid orange · warm · closest name: sienna
RGB
129, 69, 33
HSL
23°, 59%, 32%
CMYK
0, 47, 74, 49
Luminance
0.0903
Every format
| HEX | #814521 |
| RGB | rgb(129, 69, 33) |
| HSL | hsl(23, 59%, 32%) |
| CMYK | cmyk(0%, 47%, 74%, 49%) |
| LAB | lab(36.0 22.6 32.3) |
| LCH | lch(36.0 39.4 55.0) |
| OKLCH | oklch(0.457 0.096 49.4) |
Copy-ready code
/* CSS */
color: #814521;
background-color: #814521;
/* Tailwind (arbitrary) */
class="text-[#814521] bg-[#814521]"
/* SCSS */
$brand: #814521;
/* SwiftUI */
Color(red: 0.506, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#814521")Accessibility — WCAG contrast
Aa
#814521 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#814521 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.5%
Yellow74.4%
Key (black)49.4%
Color previews
#814521 text on a black background
contrast 2.81:1
Card sample
#814521 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814521;
Background color
Panel with #814521 background
background-color: #814521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814521; background: linear-gradient(135deg, #814521, #7D8121);