#854721
a dark, vivid orange · warm · closest name: sienna
RGB
133, 71, 33
HSL
23°, 60%, 33%
CMYK
0, 47, 75, 48
Luminance
0.0960
Every format
| HEX | #854721 |
| RGB | rgb(133, 71, 33) |
| HSL | hsl(23, 60%, 33%) |
| CMYK | cmyk(0%, 47%, 75%, 48%) |
| LAB | lab(37.1 23.3 33.6) |
| LCH | lch(37.1 40.9 55.3) |
| OKLCH | oklch(0.467 0.099 49.7) |
Copy-ready code
/* CSS */
color: #854721;
background-color: #854721;
/* Tailwind (arbitrary) */
class="text-[#854721] bg-[#854721]"
/* SCSS */
$brand: #854721;
/* SwiftUI */
Color(red: 0.522, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#854721")Accessibility — WCAG contrast
Aa
#854721 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#854721 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow75.2%
Key (black)47.8%
Color previews
#854721 text on a black background
contrast 2.92:1
Card sample
#854721 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854721;
Background color
Panel with #854721 background
background-color: #854721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854721; background: linear-gradient(135deg, #854721, #808521);