#854a21
a dark, vivid orange · warm · closest name: sienna
RGB
133, 74, 33
HSL
25°, 60%, 33%
CMYK
0, 44, 75, 48
Luminance
0.0999
Every format
| HEX | #854a21 |
| RGB | rgb(133, 74, 33) |
| HSL | hsl(25, 60%, 33%) |
| CMYK | cmyk(0%, 44%, 75%, 48%) |
| LAB | lab(37.8 21.5 34.4) |
| LCH | lch(37.8 40.6 58.0) |
| OKLCH | oklch(0.472 0.097 52.7) |
Copy-ready code
/* CSS */
color: #854a21;
background-color: #854a21;
/* Tailwind (arbitrary) */
class="text-[#854a21] bg-[#854a21]"
/* SCSS */
$brand: #854a21;
/* SwiftUI */
Color(red: 0.522, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#854a21")Accessibility — WCAG contrast
Aa
#854a21 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#854a21 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow75.2%
Key (black)47.8%
Color previews
#854a21 text on a black background
contrast 3.00:1
Card sample
#854a21 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854a21;
Background color
Panel with #854a21 background
background-color: #854a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854a21; background: linear-gradient(135deg, #854a21, #7D8521);