#854700
a dark, electric orange · warm · closest name: sienna
RGB
133, 71, 0
HSL
32°, 100%, 26%
CMYK
0, 47, 100, 48
Luminance
0.0949
Every format
| HEX | #854700 |
| RGB | rgb(133, 71, 0) |
| HSL | hsl(32, 100%, 26%) |
| CMYK | cmyk(0%, 47%, 100%, 48%) |
| LAB | lab(36.9 22.2 46.7) |
| LCH | lch(36.9 51.7 64.5) |
| OKLCH | oklch(0.464 0.110 59.0) |
Copy-ready code
/* CSS */
color: #854700;
background-color: #854700;
/* Tailwind (arbitrary) */
class="text-[#854700] bg-[#854700]"
/* SCSS */
$brand: #854700;
/* SwiftUI */
Color(red: 0.522, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#854700")Accessibility — WCAG contrast
Aa
#854700 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#854700 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow100.0%
Key (black)47.8%
Color previews
#854700 text on a black background
contrast 2.90:1
Card sample
#854700 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854700;
Background color
Panel with #854700 background
background-color: #854700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854700; background: linear-gradient(135deg, #854700, #6A8500);