#856447
a dark, soft orange · warm · closest name: sienna
RGB
133, 100, 71
HSL
28°, 30%, 40%
CMYK
0, 25, 47, 48
Luminance
0.1456
Every format
| HEX | #856447 |
| RGB | rgb(133, 100, 71) |
| HSL | hsl(28, 30%, 40%) |
| CMYK | cmyk(0%, 25%, 47%, 48%) |
| LAB | lab(45.0 9.4 21.6) |
| LCH | lch(45.0 23.5 66.5) |
| OKLCH | oklch(0.529 0.060 62.3) |
Copy-ready code
/* CSS */
color: #856447;
background-color: #856447;
/* Tailwind (arbitrary) */
class="text-[#856447] bg-[#856447]"
/* SCSS */
$brand: #856447;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.278)
/* Android */
Color.parseColor("#856447")Accessibility — WCAG contrast
Aa
#856447 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856447 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow46.6%
Key (black)47.8%
Color previews
#856447 text on a black background
contrast 3.91:1
Card sample
#856447 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856447;
Background color
Panel with #856447 background
background-color: #856447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856447; background: linear-gradient(135deg, #856447, #7D8547);