#855d39
a dark, soft orange · warm · closest name: sienna
RGB
133, 93, 57
HSL
28°, 40%, 37%
CMYK
0, 30, 57, 48
Luminance
0.1311
Every format
| HEX | #855d39 |
| RGB | rgb(133, 93, 57) |
| HSL | hsl(28, 40%, 37%) |
| CMYK | cmyk(0%, 30%, 57%, 48%) |
| LAB | lab(42.9 12.1 27.0) |
| LCH | lch(42.9 29.6 65.9) |
| OKLCH | oklch(0.512 0.073 62.0) |
Copy-ready code
/* CSS */
color: #855d39;
background-color: #855d39;
/* Tailwind (arbitrary) */
class="text-[#855d39] bg-[#855d39]"
/* SCSS */
$brand: #855d39;
/* SwiftUI */
Color(red: 0.522, green: 0.365, blue: 0.224)
/* Android */
Color.parseColor("#855d39")Accessibility — WCAG contrast
Aa
#855d39 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855d39 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow57.1%
Key (black)47.8%
Color previews
#855d39 text on a black background
contrast 3.62:1
Card sample
#855d39 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855d39;
Background color
Panel with #855d39 background
background-color: #855d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 93, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 93, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855d39; background: linear-gradient(135deg, #855d39, #7B8539);