#845021
a dark, vivid orange · warm · closest name: sienna
RGB
132, 80, 33
HSL
29°, 60%, 32%
CMYK
0, 39, 75, 48
Luminance
0.1075
Every format
| HEX | #845021 |
| RGB | rgb(132, 80, 33) |
| HSL | hsl(29, 60%, 32%) |
| CMYK | cmyk(0%, 39%, 75%, 48%) |
| LAB | lab(39.2 17.6 35.7) |
| LCH | lch(39.2 39.8 63.8) |
| OKLCH | oklch(0.482 0.093 59.6) |
Copy-ready code
/* CSS */
color: #845021;
background-color: #845021;
/* Tailwind (arbitrary) */
class="text-[#845021] bg-[#845021]"
/* SCSS */
$brand: #845021;
/* SwiftUI */
Color(red: 0.518, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#845021")Accessibility — WCAG contrast
Aa
#845021 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#845021 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow75.0%
Key (black)48.2%
Color previews
#845021 text on a black background
contrast 3.15:1
Card sample
#845021 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845021;
Background color
Panel with #845021 background
background-color: #845021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845021; background: linear-gradient(135deg, #845021, #768421);