#855a21
a dark, vivid orange · warm · closest name: sienna
RGB
133, 90, 33
HSL
34°, 60%, 33%
CMYK
0, 32, 75, 48
Luminance
0.1241
Every format
| HEX | #855a21 |
| RGB | rgb(133, 90, 33) |
| HSL | hsl(34, 60%, 33%) |
| CMYK | cmyk(0%, 32%, 75%, 48%) |
| LAB | lab(41.9 12.2 38.6) |
| LCH | lch(41.9 40.4 72.5) |
| OKLCH | oklch(0.503 0.091 70.2) |
Copy-ready code
/* CSS */
color: #855a21;
background-color: #855a21;
/* Tailwind (arbitrary) */
class="text-[#855a21] bg-[#855a21]"
/* SCSS */
$brand: #855a21;
/* SwiftUI */
Color(red: 0.522, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#855a21")Accessibility — WCAG contrast
Aa
#855a21 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855a21 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow75.2%
Key (black)47.8%
Color previews
#855a21 text on a black background
contrast 3.48:1
Card sample
#855a21 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855a21;
Background color
Panel with #855a21 background
background-color: #855a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855a21; background: linear-gradient(135deg, #855a21, #6D8521);