#856427
a dark, vivid orange · warm · closest name: sienna
RGB
133, 100, 39
HSL
39°, 55%, 34%
CMYK
0, 25, 71, 48
Luminance
0.1425
Every format
| HEX | #856427 |
| RGB | rgb(133, 100, 39) |
| HSL | hsl(39, 55%, 34%) |
| CMYK | cmyk(0%, 25%, 71%, 48%) |
| LAB | lab(44.6 6.6 38.5) |
| LCH | lch(44.6 39.1 80.3) |
| OKLCH | oklch(0.525 0.088 79.9) |
Copy-ready code
/* CSS */
color: #856427;
background-color: #856427;
/* Tailwind (arbitrary) */
class="text-[#856427] bg-[#856427]"
/* SCSS */
$brand: #856427;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.153)
/* Android */
Color.parseColor("#856427")Accessibility — WCAG contrast
Aa
#856427 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856427 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow70.7%
Key (black)47.8%
Color previews
#856427 text on a black background
contrast 3.85:1
Card sample
#856427 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856427;
Background color
Panel with #856427 background
background-color: #856427;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856427;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856427; background: linear-gradient(135deg, #856427, #678527);