#854021
a dark, vivid orange · warm · closest name: sienna
RGB
133, 64, 33
HSL
19°, 60%, 33%
CMYK
0, 52, 75, 48
Luminance
0.0876
Every format
| HEX | #854021 |
| RGB | rgb(133, 64, 33) |
| HSL | hsl(19, 60%, 33%) |
| CMYK | cmyk(0%, 52%, 75%, 48%) |
| LAB | lab(35.5 27.2 31.9) |
| LCH | lch(35.5 41.9 49.6) |
| OKLCH | oklch(0.454 0.104 43.4) |
Copy-ready code
/* CSS */
color: #854021;
background-color: #854021;
/* Tailwind (arbitrary) */
class="text-[#854021] bg-[#854021]"
/* SCSS */
$brand: #854021;
/* SwiftUI */
Color(red: 0.522, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#854021")Accessibility — WCAG contrast
Aa
#854021 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#854021 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow75.2%
Key (black)47.8%
Color previews
#854021 text on a black background
contrast 2.75:1
Card sample
#854021 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854021;
Background color
Panel with #854021 background
background-color: #854021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854021; background: linear-gradient(135deg, #854021, #858221);