#856021
a dark, vivid orange · warm · closest name: sienna
RGB
133, 96, 33
HSL
38°, 60%, 33%
CMYK
0, 28, 75, 48
Luminance
0.1346
Every format
| HEX | #856021 |
| RGB | rgb(133, 96, 33) |
| HSL | hsl(38, 60%, 33%) |
| CMYK | cmyk(0%, 28%, 75%, 48%) |
| LAB | lab(43.5 8.6 40.2) |
| LCH | lch(43.5 41.1 77.9) |
| OKLCH | oklch(0.516 0.092 77.1) |
Copy-ready code
/* CSS */
color: #856021;
background-color: #856021;
/* Tailwind (arbitrary) */
class="text-[#856021] bg-[#856021]"
/* SCSS */
$brand: #856021;
/* SwiftUI */
Color(red: 0.522, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#856021")Accessibility — WCAG contrast
Aa
#856021 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856021 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow75.2%
Key (black)47.8%
Color previews
#856021 text on a black background
contrast 3.69:1
Card sample
#856021 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856021;
Background color
Panel with #856021 background
background-color: #856021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856021; background: linear-gradient(135deg, #856021, #678521);