#854321
a dark, vivid orange · warm · closest name: sienna
RGB
133, 67, 33
HSL
20°, 60%, 33%
CMYK
0, 50, 75, 48
Luminance
0.0911
Every format
| HEX | #854321 |
| RGB | rgb(133, 67, 33) |
| HSL | hsl(20, 60%, 33%) |
| CMYK | cmyk(0%, 50%, 75%, 48%) |
| LAB | lab(36.2 25.5 32.6) |
| LCH | lch(36.2 41.4 52.0) |
| OKLCH | oklch(0.460 0.102 46.0) |
Copy-ready code
/* CSS */
color: #854321;
background-color: #854321;
/* Tailwind (arbitrary) */
class="text-[#854321] bg-[#854321]"
/* SCSS */
$brand: #854321;
/* SwiftUI */
Color(red: 0.522, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#854321")Accessibility — WCAG contrast
Aa
#854321 on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#854321 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow75.2%
Key (black)47.8%
Color previews
#854321 text on a black background
contrast 2.82:1
Card sample
#854321 text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854321;
Background color
Panel with #854321 background
background-color: #854321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854321; background: linear-gradient(135deg, #854321, #848521);