#856449
a dark, soft orange · warm · closest name: gray
RGB
133, 100, 73
HSL
27°, 29%, 40%
CMYK
0, 25, 45, 48
Luminance
0.1458
Every format
| HEX | #856449 |
| RGB | rgb(133, 100, 73) |
| HSL | hsl(27, 29%, 40%) |
| CMYK | cmyk(0%, 25%, 45%, 48%) |
| LAB | lab(45.1 9.6 20.5) |
| LCH | lch(45.1 22.6 64.9) |
| OKLCH | oklch(0.530 0.058 60.4) |
Copy-ready code
/* CSS */
color: #856449;
background-color: #856449;
/* Tailwind (arbitrary) */
class="text-[#856449] bg-[#856449]"
/* SCSS */
$brand: #856449;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.286)
/* Android */
Color.parseColor("#856449")Accessibility — WCAG contrast
Aa
#856449 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856449 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow45.1%
Key (black)47.8%
Color previews
#856449 text on a black background
contrast 3.92:1
Card sample
#856449 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856449;
Background color
Panel with #856449 background
background-color: #856449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856449; background: linear-gradient(135deg, #856449, #7E8549);