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