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