#855621
a dark, vivid orange · warm · closest name: sienna
RGB
133, 86, 33
HSL
32°, 60%, 33%
CMYK
0, 35, 75, 48
Luminance
0.1175
Every format
| HEX | #855621 |
| RGB | rgb(133, 86, 33) |
| HSL | hsl(32, 60%, 33%) |
| CMYK | cmyk(0%, 35%, 75%, 48%) |
| LAB | lab(40.8 14.5 37.5) |
| LCH | lch(40.8 40.2 68.9) |
| OKLCH | oklch(0.495 0.092 65.7) |
Copy-ready code
/* CSS */
color: #855621;
background-color: #855621;
/* Tailwind (arbitrary) */
class="text-[#855621] bg-[#855621]"
/* SCSS */
$brand: #855621;
/* SwiftUI */
Color(red: 0.522, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#855621")Accessibility — WCAG contrast
Aa
#855621 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855621 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow75.2%
Key (black)47.8%
Color previews
#855621 text on a black background
contrast 3.35:1
Card sample
#855621 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855621;
Background color
Panel with #855621 background
background-color: #855621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855621; background: linear-gradient(135deg, #855621, #718521);